(lw_refigure_widget): Use the macro USE_XAW rather than XAW.

This commit is contained in:
Paul Reilly 1994-11-15 03:22:52 +00:00
parent 82f75ccadb
commit e1241f09d8

View file

@ -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)