]>
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>
17 extern RrInstance
*ob_rr_inst
;
18 extern RrTheme
*ob_rr_theme
;
21 extern Display
*ob_display
;
24 SnDisplay
*ob_sn_display
;
27 /*! The number of the screen on which we're running */
28 extern gint ob_screen
;
30 extern gchar
*ob_sm_id
;
31 extern gboolean ob_sm_use
;
32 extern gboolean ob_replace_wm
;
34 /* The state of execution of the window manager */
37 void ob_restart_other(const gchar
*path
);
41 Cursor
ob_cursor(ObCursor cursor
);
43 KeyCode
ob_keycode(ObKey key
);
This page took 0.038025 seconds and 4 git commands to generate.