]>
Dogcows Code - chaz/openbox/blob - c/openbox.h
34160c8ed2defbc75a82228a87fd24adb2dda3a9
9 extern Display
*ob_display
;
10 /*! The number of the screen on which we're running */
12 /*! The root window */
13 extern Window ob_root
;
15 /* The state of execution of the window manager */
18 /*! When set to true, Openbox will exit */
19 extern gboolean ob_shutdown
;
20 /*! When set to true, Openbox will restart instead of shutting down */
21 extern gboolean ob_restart
;
23 /*! Runtime option to specify running on a remote display */
24 extern gboolean ob_remote
;
25 /*! Runtime option to run in synchronous mode */
26 extern gboolean ob_sync
;
28 typedef struct Cursors
{
This page took 0.039141 seconds and 4 git commands to generate.