From e1241f09d81e645244c47cfcec769648236540e1 Mon Sep 17 00:00:00 2001 From: Paul Reilly Date: Tue, 15 Nov 1994 03:22:52 +0000 Subject: [PATCH] (lw_refigure_widget): Use the macro USE_XAW rather than XAW. --- lwlib/lwlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5