]>
Dogcows Code - chaz/openbox/blob - openbox/openbox.h
6 #include "render/render.h"
7 #include "render/theme.h"
10 # define SN_API_NOT_YET_FROZEN
11 # include <libsn/sn.h>
19 extern RrInstance
*ob_rr_inst
;
20 extern RrTheme
*ob_rr_theme
;
22 extern struct _ObMainLoop
*ob_main_loop
;
25 extern Display
*ob_display
;
28 SnDisplay
*ob_sn_display
;
31 /*! The number of the screen on which we're running */
32 extern gint ob_screen
;
34 extern gchar
*ob_sm_id
;
35 extern gboolean ob_sm_use
;
36 extern gboolean ob_replace_wm
;
38 /* The state of execution of the window manager */
41 void ob_restart_other(const gchar
*path
);
45 void ob_exit_with_error(gchar
*msg
);
47 Cursor
ob_cursor(ObCursor cursor
);
49 KeyCode
ob_keycode(ObKey key
);
51 gchar
*ob_expand_tilde(const gchar
*f
);
This page took 0.035602 seconds and 4 git commands to generate.