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

Header for the main functions.

Author:
Joe Wingbermuehle
Date:
2004-2006

Definition in file main.h.


Enumeration Type Documentation

Enumeration of focus models.

Enumerator:
FOCUS_SLOPPY 
FOCUS_CLICK 

Definition at line 14 of file main.h.


Variable Documentation

XContext clientContext
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 haveShape
Colormap rootColormap
int rootDepth
GC rootGC
Visual* rootVisual
int rootWidth
Window rootWindow
char shouldExit