dtwm: Remove WSM define, that is always on for CDE
This commit is contained in:
@@ -52,14 +52,10 @@
|
||||
|
||||
/* mwm specific appearance and behavior resources: */
|
||||
|
||||
#ifdef WSM
|
||||
#define WmNall "all"
|
||||
#endif /* WSM */
|
||||
#define WmNautoKeyFocus "autoKeyFocus"
|
||||
#define WmNautoRaiseDelay "autoRaiseDelay"
|
||||
#ifdef WSM
|
||||
#define WmNbackdropDirectories "backdropDirectories"
|
||||
#endif /* WSM */
|
||||
#define WmNbitmapDirectory "bitmapDirectory"
|
||||
#define WmNblinkOnExec "blinkOnExec"
|
||||
#define WmNbuttonBindings "buttonBindings"
|
||||
@@ -67,9 +63,7 @@
|
||||
#define WmNclientAutoPlace "clientAutoPlace"
|
||||
#define WmNcolormapFocusPolicy "colormapFocusPolicy"
|
||||
#define WmNconfigFile "configFile"
|
||||
#ifdef WSM
|
||||
#define WmNcppCommand "cppCommand"
|
||||
#endif /* WSM */
|
||||
#define WmNdeiconifyKeyFocus "deiconifyKeyFocus"
|
||||
#define WmNdoubleClickTime "doubleClickTime"
|
||||
#define WmNenableWarp "enableWarp"
|
||||
@@ -77,13 +71,9 @@
|
||||
#define WmNfadeNormalIcon "fadeNormalIcon"
|
||||
#define WmNfeedbackGeometry "feedbackGeometry"
|
||||
#define WmNframeBorderWidth "frameBorderWidth"
|
||||
#ifdef WSM
|
||||
#define WmNframeExternalShadowWidth "frameExternalShadowWidth"
|
||||
#endif /* WSM */
|
||||
#define WmNfreezeOnConfig "freezeOnConfig"
|
||||
#ifdef WSM
|
||||
#define WmNgeometry "geometry"
|
||||
#endif /* WSM */
|
||||
#define WmNiconAutoPlace "iconAutoPlace"
|
||||
#define WmNiconBoxGeometry "iconBoxGeometry"
|
||||
#define WmNiconBoxLayout "iconBoxLayout"
|
||||
@@ -93,26 +83,20 @@
|
||||
#define WmNiconBoxTitle "iconBoxTitle"
|
||||
#define WmNiconClick "iconClick"
|
||||
#define WmNiconDecoration "iconDecoration"
|
||||
#ifdef WSM
|
||||
#define WmNiconExternalShadowWidth "iconExternalShadowWidth"
|
||||
#endif /* WSM */
|
||||
#define WmNiconImageMaximum "iconImageMaximum"
|
||||
#define WmNiconImageMinimum "iconImageMinimum"
|
||||
#define WmNiconPlacement "iconPlacement"
|
||||
#define WmNiconPlacementMargin "iconPlacementMargin"
|
||||
#ifdef WSM
|
||||
#define WmNimage "image"
|
||||
#define WmNimageBackground "imageBackground"
|
||||
#define WmNimageForeground "imageForeground"
|
||||
#endif /* WSM */
|
||||
#define WmNinteractivePlacement "interactivePlacement"
|
||||
#define WmNkeyBindings "keyBindings"
|
||||
#define WmNkeyboardFocusPolicy "keyboardFocusPolicy"
|
||||
#define WmNlimitResize "limitResize"
|
||||
#define WmNlowerOnIconify "lowerOnIconify"
|
||||
#ifdef WSM
|
||||
#define WmNmarqueeSelectGranularity "marqueeSelectGranularity"
|
||||
#endif /* WSM */
|
||||
#define WmNmaximumMaximumSize "maximumMaximumSize"
|
||||
#define WmNmoveThreshold "moveThreshold"
|
||||
#define WmNmultiScreen "multiScreen"
|
||||
@@ -122,26 +106,17 @@
|
||||
#define WmNpositionOnScreen "positionOnScreen"
|
||||
#define WmNquitTimeout "quitTimeout"
|
||||
#define WmNraiseKeyFocus "raiseKeyFocus"
|
||||
#ifdef WSM
|
||||
#define WmNrefreshByClearing "refreshByClearing"
|
||||
#endif
|
||||
#define WmNresizeBorderWidth "resizeBorderWidth"
|
||||
#define WmNresizeCursors "resizeCursors"
|
||||
#if ((!defined(WSM)) || defined(MWM_QATS_PROTOCOL))
|
||||
#if (defined(MWM_QATS_PROTOCOL))
|
||||
# define WmNrootMenu "rootMenu"
|
||||
#endif /* !defined(WSM) || defined(MWM_QATS_PROTOCOL) */
|
||||
#ifdef WSM
|
||||
#endif /* defined(MWM_QATS_PROTOCOL) */
|
||||
#define WmNrootButtonClick "rootButtonClick"
|
||||
#define WmNsecondariesOnTop "secondariesOnTop"
|
||||
#define WmNsessionVersion "sessionVersion"
|
||||
#endif /* WSM */
|
||||
#ifndef WSM
|
||||
#define WmNsessionClientDB "sessionClientDB"
|
||||
#endif /* ! WSM */
|
||||
#define WmNshowFeedback "showFeedback"
|
||||
#ifdef WSM
|
||||
#define WmNshowNames "showNames"
|
||||
#endif /* WSM */
|
||||
#define WmNstartupKeyFocus "startupKeyFocus"
|
||||
#define WmNsubpanelDecoration "subpanelDecoration"
|
||||
#define WmNsubpanelResources "subpanelResources"
|
||||
@@ -151,9 +126,7 @@
|
||||
#define WmNtransientFunctions "transientFunctions"
|
||||
#define WmNuseFrontPanel "useFrontPanel"
|
||||
#define WmNuseIconBox "useIconBox"
|
||||
#ifdef WSM
|
||||
#define WmNuseWindowOutline "useWindowOutline"
|
||||
#endif /* WSM */
|
||||
#define WmNdtLite "useDtLite"
|
||||
#define WmNmoveOpaque "moveOpaque"
|
||||
#define WmNframeStyle "frameStyle"
|
||||
@@ -179,15 +152,11 @@
|
||||
|
||||
/* mwm - client specific resources: */
|
||||
|
||||
#ifdef WSM
|
||||
#define WmNabsentMapBehavior "absentMapBehavior"
|
||||
#endif /* WSM */
|
||||
#define WmNclientDecoration "clientDecoration"
|
||||
#define WmNclientFunctions "clientFunctions"
|
||||
#define WmNfocusAutoRaise "focusAutoRaise"
|
||||
#ifdef WSM
|
||||
#define WmNhelpResources "helpResources"
|
||||
#endif /* WSM */
|
||||
#define WmNiconImage "iconImage"
|
||||
#define WmNiconImageBackground "iconImageBackground"
|
||||
#define WmNiconImageBottomShadowColor "iconImageBottomShadowColor"
|
||||
@@ -196,9 +165,7 @@
|
||||
#define WmNiconImageTopShadowColor "iconImageTopShadowColor"
|
||||
#define WmNiconImageTopShadowPixmap "iconImageTopShadowPixmap"
|
||||
#define WmNignoreWMSaveHints "ignoreWMSaveHints"
|
||||
#ifdef WSM
|
||||
#define WmNinitialWorkspace "initialWorkspace"
|
||||
#endif /* WSM */
|
||||
#define WmNmatteBackground "matteBackground"
|
||||
#define WmNmatteBottomShadowColor "matteBottomShadowColor"
|
||||
#define WmNmatteBottomShadowPixmap "matteBottomShadowPixmap"
|
||||
@@ -212,10 +179,8 @@
|
||||
#define WmNsystemMenu "windowMenu"
|
||||
#define WmNuseClientIcon "useClientIcon"
|
||||
#define WmNusePPosition "usePPosition"
|
||||
#ifdef WSM
|
||||
#define WmNworkspaceList "workspaceList"
|
||||
#define WmNworkspaceCount "workspaceCount"
|
||||
#endif /* WSM */
|
||||
|
||||
/* window manager part resource names: */
|
||||
|
||||
@@ -225,22 +190,18 @@
|
||||
#define WmNmenu "menu"
|
||||
#define WmNtitle "title"
|
||||
#define WmNdefaults "defaults"
|
||||
#ifdef WSM
|
||||
#define WmNbackdrop "backdrop"
|
||||
#define WmNcolorSetId "colorSetId"
|
||||
#define WmNfrontPanel "frontPanel"
|
||||
#define WmNworkspaceController "workspaceController"
|
||||
#define WmNworkspacePresence "workspacePresence"
|
||||
#define WmNworkspaceSwitch "workspaceSwitch"
|
||||
#endif /* WSM */
|
||||
|
||||
/* window manager client resource names: */
|
||||
|
||||
#define WmNiconBox "iconbox"
|
||||
#define WmNconfirmbox "confirmbox"
|
||||
#ifdef WSM
|
||||
#define WmNswitcher "switcher"
|
||||
#endif /* WSM */
|
||||
|
||||
|
||||
|
||||
@@ -258,9 +219,7 @@
|
||||
|
||||
#define WmCAutoKeyFocus "AutoKeyFocus"
|
||||
#define WmCAutoRaiseDelay "AutoRaiseDelay"
|
||||
#ifdef WSM
|
||||
#define WmCBackdropDirectories "BackdropDirectories"
|
||||
#endif /* WSM */
|
||||
#define WmCBitmapDirectory "BitmapDirectory"
|
||||
#define WmCBlinkOnExec "BlinkOnExec"
|
||||
#define WmCButtonBindings "ButtonBindings"
|
||||
@@ -268,9 +227,7 @@
|
||||
#define WmCClientAutoPlace "ClientAutoPlace"
|
||||
#define WmCColormapFocusPolicy "ColormapFocusPolicy"
|
||||
#define WmCConfigFile "ConfigFile"
|
||||
#ifdef WSM
|
||||
#define WmCCppCommand "CppCommand"
|
||||
#endif /* WSM */
|
||||
#define WmCDeiconifyKeyFocus "DeiconifyKeyFocus"
|
||||
#define WmCDoubleClickTime "DoubleClickTime"
|
||||
#define WmCEnableWarp "EnableWarp"
|
||||
@@ -278,13 +235,9 @@
|
||||
#define WmCFadeNormalIcon "FadeNormalIcon"
|
||||
#define WmCFeedbackGeometry "FeedbackGeometry"
|
||||
#define WmCFrameBorderWidth "FrameBorderWidth"
|
||||
#ifdef WSM
|
||||
#define WmCFrameExternalShadowWidth "FrameExternalShadowWidth"
|
||||
#endif /* WSM */
|
||||
#define WmCFreezeOnConfig "FreezeOnConfig"
|
||||
#ifdef WSM
|
||||
#define WmCGeometry "Geometry"
|
||||
#endif /* WSM */
|
||||
#define WmCIconAutoPlace "IconAutoPlace"
|
||||
#define WmCIconBoxGeometry "IconBoxGeometry"
|
||||
#define WmCIconBoxLayout "IconBoxLayout"
|
||||
@@ -294,26 +247,20 @@
|
||||
#define WmCIconBoxTitle "IconBoxTitle"
|
||||
#define WmCIconClick "IconClick"
|
||||
#define WmCIconDecoration "IconDecoration"
|
||||
#ifdef WSM
|
||||
#define WmCIconExternalShadowWidth "IconExternalShadowWidth"
|
||||
#endif /* WSM */
|
||||
#define WmCIconImageMaximum "IconImageMaximum"
|
||||
#define WmCIconImageMinimum "IconImageMinimum"
|
||||
#define WmCIconPlacement "IconPlacement"
|
||||
#define WmCIconPlacementMargin "IconPlacementMargin"
|
||||
#ifdef WSM
|
||||
#define WmCImage "Image"
|
||||
#define WmCImageBackground "ImageBackground"
|
||||
#define WmCImageForeground "ImageForeground"
|
||||
#endif /* WSM */
|
||||
#define WmCInteractivePlacement "InteractivePlacement"
|
||||
#define WmCKeyBindings "KeyBindings"
|
||||
#define WmCKeyboardFocusPolicy "KeyboardFocusPolicy"
|
||||
#define WmCLimitResize "LimitResize"
|
||||
#define WmCLowerOnIconify "LowerOnIconify"
|
||||
#ifdef WSM
|
||||
#define WmCMarqueeSelectGranularity "MarqueeSelectGranularity"
|
||||
#endif /* WSM */
|
||||
#define WmCMaximumMaximumSize "MaximumMaximumSize"
|
||||
#define WmCMoveThreshold "MoveThreshold"
|
||||
#define WmCMultiScreen "MultiScreen"
|
||||
@@ -323,28 +270,19 @@
|
||||
#define WmCPositionOnScreen "PositionOnScreen"
|
||||
#define WmCQuitTimeout "QuitTimeout"
|
||||
#define WmCRaiseKeyFocus "RaiseKeyFocus"
|
||||
#ifdef WSM
|
||||
#define WmCRefreshByClearing "RefreshByClearing"
|
||||
#endif
|
||||
#define WmCResizeBorderWidth "ResizeBorderWidth"
|
||||
#define WmCResizeCursors "ResizeCursors"
|
||||
#if ((!defined(WSM)) || defined(MWM_QATS_PROTOCOL))
|
||||
#if (defined(MWM_QATS_PROTOCOL))
|
||||
# define WmCRootMenu "RootMenu"
|
||||
#endif /* !defined(WSM) || defined(MWM_QATS_PROTOCOL) */
|
||||
#ifdef WSM
|
||||
#endif /* defined(MWM_QATS_PROTOCOL) */
|
||||
#define WmCRootButtonClick "RootButtonClick"
|
||||
#define WmCSecondariesOnTop "SecondariesOnTop"
|
||||
#define WmCSessionVersion "SessionVersion"
|
||||
#endif /* WSM */
|
||||
#ifndef WSM
|
||||
#define WmCSessionClientDB "SessionClientDB"
|
||||
#endif /* ! WSM */
|
||||
#define WmCScreenList "ScreenList"
|
||||
#define WmCScreens "Screens"
|
||||
#define WmCShowFeedback "ShowFeedback"
|
||||
#ifdef WSM
|
||||
#define WmCShowNames "ShowNames"
|
||||
#endif /* WSM */
|
||||
#define WmCStartupKeyFocus "StartupKeyFocus"
|
||||
#define WmCSubpanelDecoration "SubpanelDecoration"
|
||||
#define WmCSubpanelResources "SubpanelResources"
|
||||
@@ -354,16 +292,12 @@
|
||||
#define WmCTransientFunctions "TransientFunctions"
|
||||
#define WmCUseFrontPanel "UseFrontPanel"
|
||||
#define WmCUseIconBox "UseIconBox"
|
||||
#ifdef WSM
|
||||
#define WmCUseWindowOutline "UseWindowOutline"
|
||||
#endif /* WSM */
|
||||
#define WmCDtLite "UseDtLite"
|
||||
#define WmCMoveOpaque "MoveOpaque"
|
||||
#define WmCFrameStyle "FrameStyle"
|
||||
#ifdef WSM
|
||||
#define WmCWorkspaceList "WorkspaceList"
|
||||
#define WmCWorkspaceCount "WorkspaceCount"
|
||||
#endif /* WSM */
|
||||
|
||||
/* component appearance resources: */
|
||||
|
||||
@@ -386,15 +320,11 @@
|
||||
|
||||
/* mwm - client specific resources: */
|
||||
|
||||
#ifdef WSM
|
||||
#define WmCAbsentMapBehavior "AbsentMapBehavior"
|
||||
#endif /* WSM */
|
||||
#define WmCClientDecoration "ClientDecoration"
|
||||
#define WmCClientFunctions "ClientFunctions"
|
||||
#define WmCFocusAutoRaise "FocusAutoRaise"
|
||||
#ifdef WSM
|
||||
#define WmCHelpResources "HelpResources"
|
||||
#endif /* WSM */
|
||||
#define WmCIconImage "IconImage"
|
||||
#define WmCIconImageBackground "IconImageBackground"
|
||||
#define WmCIconImageBottomShadowColor "IconImageBottomShadowColor"
|
||||
@@ -403,9 +333,7 @@
|
||||
#define WmCIconImageTopShadowColor "IconImageTopShadowColor"
|
||||
#define WmCIconImageTopShadowPixmap "IconImageTopShadowPixmap"
|
||||
#define WmCIgnoreWMSaveHints "IgnoreWMSaveHints"
|
||||
#ifdef WSM
|
||||
#define WmCInitialWorkspace "InitialWorkspace"
|
||||
#endif /* WSM */
|
||||
#define WmCMatteBackground "MatteBackground"
|
||||
#define WmCMatteBottomShadowColor "MatteBottomShadowColor"
|
||||
#define WmCMatteBottomShadowPixmap "MatteBottomShadowPixmap"
|
||||
@@ -426,22 +354,18 @@
|
||||
#define WmCMenu "Menu"
|
||||
#define WmCTitle "Title"
|
||||
#define WmCDefaults "Defaults"
|
||||
#ifdef WSM
|
||||
#define WmCBackdrop "Backdrop"
|
||||
#define WmCColorSetId "ColorSetId"
|
||||
#define WmCFrontPanel "FrontPanel"
|
||||
#define WmCWorkspaceController "WorkspaceController"
|
||||
#define WmCWorkspacePresence "WorkspacePresence"
|
||||
#define WmCWorkspaceSwitch "WorkspaceSwitch"
|
||||
#endif /* WSM */
|
||||
|
||||
/* window manager client resource names: */
|
||||
|
||||
#define WmCIconBox "Iconbox"
|
||||
#define WmCConfirmbox "Confirmbox"
|
||||
#ifdef WSM
|
||||
#define WmCSwitcher "Switcher"
|
||||
#endif /* WSM */
|
||||
|
||||
|
||||
|
||||
@@ -455,9 +379,7 @@
|
||||
*
|
||||
*************************************<->***********************************/
|
||||
|
||||
#ifdef WSM
|
||||
#define WmRAbsentMapBehavior "WmAMBehavior"
|
||||
#endif /* WSM */
|
||||
#define WmRCFocusPolicy "WmCFocus"
|
||||
#define WmRClientDecor "WmCDecor"
|
||||
#define WmRClientFunction "WmCFunc"
|
||||
@@ -507,6 +429,5 @@
|
||||
|
||||
#define WmCHelpDirectory "HelpDirectory"
|
||||
|
||||
#ifdef WSM
|
||||
/************************** eof ************************/
|
||||
#endif /* WSM */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user