cdesktopenv/cde/programs/dtwm
Peter Howkins f073bc2e24 dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
..
examples
Button.c
Button.h
ButtonP.h
Callback.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
Clock.c
Clock.h
ClockP.h
DataBaseLoad.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
DataBaseLoad.h
DtSvcInternal.h
Dtwm.defs.src
FAQ.wm
FileSetNums
Makefile.am configure/Makefiles: add checks for Xmu, Xext, and Xdmcp 2021-12-21 16:42:22 -07:00
PanelS.c
PanelS.h
PanelSP.h
Parse.c
Parse.h
PopupMenu.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
PopupMenu.h
Print.c
README
Session.c
UI.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
UI.h
WmBackdrop.c
WmBackdrop.h
WmCDInfo.c
WmCDInfo.h
WmCDecor.c dtwm: Create stretcher windows when regenerate a frame for a frameless 2021-11-05 14:21:33 +08:00
WmCDecor.h
WmCEvent.c dtwm: Respond to the following EWMH: 2021-11-05 14:45:42 +08:00
WmCEvent.h
WmCPlace.c
WmCPlace.h
WmColormap.c
WmColormap.h
WmError.c
WmError.h
WmEvent.c
WmEvent.h
WmEwmh.c dtwm: Respond to the following EWMH: 2021-11-05 14:45:42 +08:00
WmEwmh.h dtwm: Respond to the following EWMH: 2021-11-05 14:45:42 +08:00
WmFP.c
WmFeedback.c dtwm: fix implicit-function-declaration warnings 2021-11-15 16:07:28 -07:00
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 dtwm: Respond to the following EWMH: 2021-11-05 14:45:42 +08:00
WmGraphics.c
WmGraphics.h
WmHelp.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
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 Fix some shift-op-parentheses warnings 2021-12-11 17:39:35 -07:00
WmInitWs.h
WmKeyFocus.c
WmKeyFocus.h
WmMain.c
WmManage.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
WmManage.h
WmMenu.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
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 dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
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 dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
WmResource.h
WmSignal.c
WmSignal.h
WmWinConf.c dtwm: Respond to the following EWMH: 2021-11-05 14:45:42 +08:00
WmWinConf.h
WmWinInfo.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
WmWinInfo.h
WmWinList.c
WmWinList.h
WmWinState.c dtwm: Resolve uninitialized warnings 2021-12-24 10:50:28 -07:00
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.