dtwm: remove define MINIMAL_DT which is always on for CDE

This commit is contained in:
Peter Howkins
2018-06-19 20:50:50 +01:00
parent 7bece30a57
commit 5dc05eaeb4
6 changed files with 1 additions and 27 deletions

View File

@@ -61,9 +61,7 @@
#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"
@@ -156,9 +154,7 @@
#ifdef WSM
#define WmNuseWindowOutline "useWindowOutline"
#endif /* WSM */
#ifdef MINIMAL_DT
#define WmNdtLite "useDtLite"
#endif /* MINIMAL_DT */
#define WmNmoveOpaque "moveOpaque"
#define WmNframeStyle "frameStyle"
@@ -266,9 +262,7 @@
#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"
@@ -363,9 +357,7 @@
#ifdef WSM
#define WmCUseWindowOutline "UseWindowOutline"
#endif /* WSM */
#ifdef MINIMAL_DT
#define WmCDtLite "UseDtLite"
#endif /* MINIMAL_DT */
#define WmCMoveOpaque "MoveOpaque"
#define WmCFrameStyle "FrameStyle"
#ifdef WSM