cdesktopenv/cde/programs/dtwm
Jon Trulson 3a0e92adb6 Rename autotools_config.h to cde_config.h to better reflect it's ownership. 2021-12-22 13:21:43 -07:00
..
examples
Button.c
Button.h
ButtonP.h
Callback.c
Clock.c
Clock.h
ClockP.h
DataBaseLoad.c
DataBaseLoad.h
DtSvcInternal.h
Dtwm.defs.src
FAQ.wm
FileSetNums
Makefile.am
PanelS.c
PanelS.h
PanelSP.h
Parse.c
Parse.h
PopupMenu.c
PopupMenu.h
Print.c
README
Session.c
UI.c
UI.h
WmBackdrop.c
WmBackdrop.h
WmCDInfo.c
WmCDInfo.h
WmCDecor.c
WmCDecor.h
WmCEvent.c
WmCEvent.h
WmCPlace.c
WmCPlace.h
WmColormap.c
WmColormap.h
WmError.c
WmError.h
WmEvent.c
WmEvent.h
WmEwmh.c
WmEwmh.h
WmFP.c
WmFeedback.c
WmFeedback.h
WmFunction.c Rename autotools_config.h to cde_config.h to better reflect it's ownership. 2021-12-22 13:21:43 -07:00
WmFunction.h
WmGlobal.h
WmGraphics.c
WmGraphics.h
WmHelp.c
WmHelp.h
WmIBitmap.h
WmICCC.h
WmIDecor.c
WmIDecor.h
WmIPC.c
WmIPC.h
WmIPlace.c
WmIPlace.h
WmIconBox.c
WmIconBox.h
WmImage.c
WmImage.h
WmInitWs.c
WmInitWs.h
WmKeyFocus.c
WmKeyFocus.h
WmMain.c
WmManage.c
WmManage.h
WmMenu.c
WmMenu.h
WmMultiHead.c Move DtXinerama.h and PamSvc.h into include/Dt/ 2021-12-21 16:42:29 -07:00
WmMultiHead.h
WmOL.c
WmOL.h
WmPanelP.h
WmParse.c
WmParse.h
WmParseP.c
WmParseP.h
WmPresence.c
WmPresence.h
WmProperty.c
WmProperty.h
WmProtocol.c
WmProtocol.h
WmResCvt.c
WmResCvt.h
WmResNames.h
WmResParse.c
WmResParse.h
WmResource.c
WmResource.h
WmSignal.c
WmSignal.h
WmWinConf.c
WmWinConf.h
WmWinInfo.c
WmWinInfo.h
WmWinList.c
WmWinList.h
WmWinState.c
WmWinState.h
WmWrkspace.c
WmWrkspace.h
WmXSMP.c
WmXSMP.h
dtwm.msg
mapfile.reorder
sys.dtwmrc.src

README

Conditional Compilation 
-----------------------

The following is a listing of the conditional compilation switches that
are "not obvious." Excluded are hardware or OS identifiers (e.g. __ultrix),
header file include flags, and macros (e.g. ABS).

    DEBUG
	Turns on code that prints out error messages (specifically
	protocol errors).

    DEBUGGER
	Turns on code to help debugging Help-on-item.

    DEBUG_ICON_BOX
	Turns on code that alters iconbox spacing to help debug iconbox.
	(?)

    DEBUG_RESOURCE_DATABASE
	Turns on code that dumps out dtwm's local resource database 
	to aid in debugging resource problems.

    DEBUG_SESSION_HINTS
	If defined, the session hints property is left on the root
	window after being read. Normally, it is deleted.

    ICCC_COMPLIANT
        This enables stricter ICCCM compliance. Specifically, some
	clients didn't get WM_PROTOCOLS quite right.

    INTEGRATION_TESTING_
	Swaps assignment of black and white on wait state cursor as
	a quick indicator of which client is showing the wait state.

    LARGECURSORS
	Allows cursors larger than 16x16.

    MESSAGE_CAT
	Enables message catalog code for local language support.

    MOTIF_DEFAULT_ICON
	Enables the default window icon with four buttons.

    OLD_CODE
	Vestigal code.

    R2_COMPAT
	Enables support for old clients that still pass window geometry
	hint information in WM_NORMAL_HINTS.

    UNMAP_ON_RESTART
	All windows are unmapped on restart.