]>
Dogcows Code - chaz/openbox/blob - openbox/openbox.h
4 #include "render/render.h"
5 #include "render/theme.h"
8 # define SN_API_NOT_YET_FROZEN
15 extern RrInstance
*ob_rr_inst
;
16 extern RrTheme
*ob_rr_theme
;
19 extern Display
*ob_display
;
22 SnDisplay
*ob_sn_display
;
25 /*! The number of the screen on which we're running */
27 /*! The root window */
28 extern Window ob_root
;
30 /*! States of execution for Openbox */
37 /* The state of execution of the window manager */
38 extern State ob_state
;
40 /*! When set to true, Openbox will exit */
41 extern gboolean ob_shutdown
;
42 /*! When set to true, Openbox will restart instead of shutting down */
43 extern gboolean ob_restart
;
44 /*! When restarting, if this is not NULL, it will be executed instead of
45 restarting Openbox. */
46 extern char *ob_restart_path
;
48 /*! Runtime option to specify running on a remote display */
49 extern gboolean ob_remote
;
50 /*! Runtime option to run in synchronous mode */
51 extern gboolean ob_sync
;
53 typedef struct Cursors
{
66 extern Cursors ob_cursors
;
68 /*! The path of the rc file. If NULL the default paths are searched for one. */
69 extern char *ob_rc_path
;
71 /* cuz i have nowhere better to put it right now... */
72 gboolean
ob_pointer_pos(int *x
, int *y
);
This page took 0.034661 seconds and 4 git commands to generate.