]>
Dogcows Code - chaz/openbox/blob - openbox/openbox.h
8 extern Display
*ob_display
;
9 /*! The number of the screen on which we're running */
11 /*! The root window */
12 extern Window ob_root
;
14 /*! States of execution for Openbox */
21 /* The state of execution of the window manager */
22 extern State ob_state
;
24 /*! When set to true, Openbox will exit */
25 extern gboolean ob_shutdown
;
26 /*! When set to true, Openbox will restart instead of shutting down */
27 extern gboolean ob_restart
;
28 /*! When restarting, if this is not NULL, it will be executed instead of
29 restarting Openbox. */
30 extern char *ob_restart_path
;
32 /*! Runtime option to specify running on a remote display */
33 extern gboolean ob_remote
;
34 /*! Runtime option to run in synchronous mode */
35 extern gboolean ob_sync
;
37 typedef struct Cursors
{
49 extern Cursors ob_cursors
;
51 /*! The path of the rc file. If NULL the default paths are searched for one. */
52 extern char *ob_rc_path
;
54 /* cuz i have nowhere better to put it right now... */
55 gboolean
ob_pointer_pos(int *x
, int *y
);
This page took 0.03389 seconds and 4 git commands to generate.