]>
Dogcows Code - chaz/openbox/blob - openbox/openbox.h
5 # define SN_API_NOT_YET_FROZEN
13 extern Display
*ob_display
;
16 SnDisplay
*ob_sn_display
;
19 /*! The number of the screen on which we're running */
21 /*! The root window */
22 extern Window ob_root
;
24 /*! States of execution for Openbox */
31 /* The state of execution of the window manager */
32 extern State ob_state
;
34 /*! When set to true, Openbox will exit */
35 extern gboolean ob_shutdown
;
36 /*! When set to true, Openbox will restart instead of shutting down */
37 extern gboolean ob_restart
;
38 /*! When restarting, if this is not NULL, it will be executed instead of
39 restarting Openbox. */
40 extern char *ob_restart_path
;
42 /*! Runtime option to specify running on a remote display */
43 extern gboolean ob_remote
;
44 /*! Runtime option to run in synchronous mode */
45 extern gboolean ob_sync
;
47 typedef struct Cursors
{
60 extern Cursors ob_cursors
;
62 /*! The path of the rc file. If NULL the default paths are searched for one. */
63 extern char *ob_rc_path
;
65 /* cuz i have nowhere better to put it right now... */
66 gboolean
ob_pointer_pos(int *x
, int *y
);
This page took 0.038713 seconds and 4 git commands to generate.