From: Paul Reilly Date: Tue, 15 Nov 1994 03:22:52 +0000 (+0000) Subject: (lw_refigure_widget): Use the macro USE_XAW rather than XAW. X-Git-Tag: emacs-19.34~5926 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1241f09d81e645244c47cfcec769648236540e1;p=emacs.git (lw_refigure_widget): Use the macro USE_XAW rather than XAW. --- diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 4d895cffb52..e18f95b68c9 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -1303,7 +1303,7 @@ lw_refigure_widget (w, doit) Widget w; Boolean doit; { -#if defined (XAW) +#if defined (USE_XAW) XawPanedSetRefigureMode (w, doit); #endif #if defined (USE_MOTIF)