DTWMDEFINES = -DWSM
DEPEND_DEFINES = $(DEPENDDEFINES)
-DEFINES = $(MWMDEFINES) $(DTWMDEFINES) -DMULTIBYTE -DMINIMAL_DT
+DEFINES = $(MWMDEFINES) $(DTWMDEFINES) -DMULTIBYTE
INCLUDES = $(TIRPCINC)
DEPLIBS = DepDtClientLibs
MESSAGE_CAT
Enables message catalog code for local language support.
- MINIMAL_DT
- Enables some code for "light weight" version of dtwm. (This
- isn't meaningful any more since we've dumped the BMS.)
-
MOTIF_DEFAULT_ICON
Enables the default window icon with four buttons.
}
else
{
-#ifdef MINIMAL_DT
if (wmGD.dtLite)
{
tmpString = ((char *)GETMESSAGE(22, 9, "Log out?"));
{
tmpString = ((char *)GETMESSAGE(22, 11, "QUIT Workspace Manager?"));
}
-#else /* MINIMAL_DT */
- tmpString = ((char *)GETMESSAGE(22, 11, "QUIT Workspace Manager?"));
-#endif /* MINIMAL_DT */
}
if ((confirm_mesg[3] =
confirm_mesg[3] = "QUIT Mwm?";
}
else
-#ifdef MINIMAL_DT
if (wmGD.dtLite)
{
confirm_mesg[3] = "Log out?";
{
confirm_mesg[3] = "QUIT Workspace Manager?";
}
-#else /* MINIMAL_DT */
- tmpString = ((char *)GETMESSAGE(22, 11, "QUIT Workspace Manager?"));
-#endif /* MINIMAL_DT */
}
else
{
String helpDirectory; /* resource */
Window requestContextWin; /* for WmRequest f.fcns */
#endif /* WSM */
-#ifdef MINIMAL_DT
Boolean dtLite; /* resource */
Boolean blinkOnExec; /* resource */
-#endif /* MINIMAL_DT */
WmScreenData *dtSD; /* screen for front panel */
int iSlideUpsInProgress;
Boolean waitForClicks; /* resource */
#define WmNbackdropDirectories "backdropDirectories"
#endif /* WSM */
#define WmNbitmapDirectory "bitmapDirectory"
-#ifdef MINIMAL_DT
#define WmNblinkOnExec "blinkOnExec"
-#endif /* MINIMAL_DT */
#define WmNbuttonBindings "buttonBindings"
#define WmNcleanText "cleanText"
#define WmNclientAutoPlace "clientAutoPlace"
#ifdef WSM
#define WmNuseWindowOutline "useWindowOutline"
#endif /* WSM */
-#ifdef MINIMAL_DT
#define WmNdtLite "useDtLite"
-#endif /* MINIMAL_DT */
#define WmNmoveOpaque "moveOpaque"
#define WmNframeStyle "frameStyle"
#define WmCBackdropDirectories "BackdropDirectories"
#endif /* WSM */
#define WmCBitmapDirectory "BitmapDirectory"
-#ifdef MINIMAL_DT
#define WmCBlinkOnExec "BlinkOnExec"
-#endif /* MINIMAL_DT */
#define WmCButtonBindings "ButtonBindings"
#define WmCCleanText "CleanText"
#define WmCClientAutoPlace "ClientAutoPlace"
#ifdef WSM
#define WmCUseWindowOutline "UseWindowOutline"
#endif /* WSM */
-#ifdef MINIMAL_DT
#define WmCDtLite "UseDtLite"
-#endif /* MINIMAL_DT */
#define WmCMoveOpaque "MoveOpaque"
#define WmCFrameStyle "FrameStyle"
#ifdef WSM
XtRString,
(XtPointer)BITMAPDIR
},
-#ifdef MINIMAL_DT
{
WmNblinkOnExec,
WmCBlinkOnExec,
XtRImmediate,
(XtPointer)False
},
-#endif /* MINIMAL_DT */
{
WmNframeStyle,
WmCFrameStyle,
},
#endif /* WSM */
-#ifdef MINIMAL_DT
{
WmNdtLite,
WmCDtLite,
XtRImmediate,
(XtPointer)False
}
-#endif /* MINIMAL_DT */
}; /* END OF wmGlobalResources[] */