JWM Source Documentation
main.h File Reference
Header for the main functions. More...
Go to the source code of this file.
Enumerations | |
| enum | FocusModelType { FOCUS_SLOPPY = 0, FOCUS_CLICK = 1 } |
| Enumeration of focus models. More... | |
Variables | |
| Display * | display |
| Window | rootWindow |
| int | rootWidth |
| int | rootHeight |
| int | rootDepth |
| int | rootScreen |
| Colormap | rootColormap |
| Visual * | rootVisual |
| GC | rootGC |
| int | colormapCount |
| char * | exitCommand |
| unsigned int | desktopWidth |
| unsigned int | desktopHeight |
| unsigned int | desktopCount |
| unsigned int | currentDesktop |
| char | shouldExit |
| char | shouldRestart |
| char | isRestarting |
| char | shouldReload |
| char | initializing |
| int | borderWidth |
| int | titleHeight |
| unsigned int | doubleClickSpeed |
| unsigned int | doubleClickDelta |
| FocusModelType | focusModel |
| XContext | clientContext |
| XContext | frameContext |
| int | haveShape |
| int | shapeEvent |
| int | haveRender |
| char * | configPath |
Detailed Description
Enumeration Type Documentation
| enum FocusModelType |
Variable Documentation
| int borderWidth |
| XContext clientContext |
| int colormapCount |
| char* configPath |
| unsigned int currentDesktop |
| unsigned int desktopCount |
| unsigned int desktopHeight |
| unsigned int desktopWidth |
| Display* display |
| unsigned int doubleClickDelta |
| unsigned int doubleClickSpeed |
| char* exitCommand |
| XContext frameContext |
| int haveRender |
| int haveShape |
| char initializing |
| char isRestarting |
| Colormap rootColormap |
| int rootDepth |
| GC rootGC |
| int rootHeight |
| int rootScreen |
| Visual* rootVisual |
| int rootWidth |
| Window rootWindow |
| int shapeEvent |
| char shouldExit |
| char shouldReload |
| char shouldRestart |
| int titleHeight |