]>
Dogcows Code - chaz/openbox/blob - openbox/openbox.h
6 #include "render/render.h"
7 #include "render/theme.h"
14 extern RrInstance
*ob_rr_inst
;
15 extern RrTheme
*ob_rr_theme
;
17 extern struct _ObMainLoop
*ob_main_loop
;
20 extern Display
*ob_display
;
22 /*! The number of the screen on which we're running */
23 extern gint ob_screen
;
25 extern gchar
*ob_sm_id
;
26 extern gboolean ob_sm_use
;
27 extern gboolean ob_replace_wm
;
29 /* The state of execution of the window manager */
32 void ob_restart_other(const gchar
*path
);
36 void ob_reconfigure();
38 void ob_exit_with_error(gchar
*msg
);
40 Cursor
ob_cursor(ObCursor cursor
);
42 KeyCode
ob_keycode(ObKey key
);
44 gchar
*ob_expand_tilde(const gchar
*f
);
This page took 0.034311 seconds and 4 git commands to generate.