X11WindowManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

currentContext
GraphicsContext currentContext()
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(void delegate(XEvent*)[int] handlers)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(x11.X.Window window, void delegate(XEvent*)[int] handlers)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(x11.X.Window window, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
processEvents
void processEvents(void delegate(XEvent*) handleAll, bool syncNext)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

displayHandle
Display* displayHandle;
Undocumented in source.
glCore
bool glCore;
Undocumented in source.
glXCreateContextAttribsARB
T_glXCreateContextAttribsARB glXCreateContextAttribsARB;
Undocumented in source.
graphicsInfo
XVisualInfo* graphicsInfo;
Undocumented in source.
handler
void delegate(XEvent*)[][int][x11.X.Window] handler;
Undocumented in source.
handlerAll
void delegate(XEvent*)[][int] handlerAll;
Undocumented in source.
mFBConfig
GLXFBConfig* mFBConfig;
Undocumented in source.

Inherited Members

From BaseWindowManager

activeWindow
Window activeWindow;
Undocumented in source.
windows
List!Window windows;
Undocumented in source.
add
void add(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
hasActiveWindows
bool hasActiveWindows()
Undocumented in source. Be warned that the author may not have intended to support it.
active
Window active()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta