4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_GLOBAL_H
10 #define ION_IONCORE_GLOBAL_H
14 #include <X11/Xutil.h>
15 #include <X11/Xresource.h>
17 #include <libtu/stringstore.h>
22 #include "clientwin.h"
26 IONCORE_INPUTMODE_NORMAL
,
27 IONCORE_INPUTMODE_GRAB
,
28 IONCORE_INPUTMODE_WAITRELEASE
33 IONCORE_OPMODE_NORMAL
,
38 IONCORE_FOCUSNEXT_OTHER
,
39 IONCORE_FOCUSNEXT_POINTERHACK
,
40 IONCORE_FOCUSNEXT_ENTERWINDOW
,
41 IONCORE_FOCUSNEXT_FALLBACK
58 Atom atom_wm_change_state
;
59 Atom atom_wm_protocols
;
61 Atom atom_wm_take_focus
;
62 Atom atom_wm_colormaps
;
63 Atom atom_wm_window_role
;
67 Atom atom_dockapp_hack
;
73 int focus_next_source
;
75 /* We could have a display WRegion but the screen-link could impose
76 * some problems so these are handled as a special case.
78 * This is a doubly-linked list with links 'active_next' and 'active_prev'
80 WRegion
*focus_current
;
90 int frame_default_index
;
91 bool framed_transients
;
93 bool unsqueeze_enabled
;
96 Time usertime_diff_current
;
97 Time usertime_diff_new
;
99 bool use_mb
; /* use mb routines? */
100 bool enc_sb
; /* 8-bit charset? If unset, use_mb must be set. */
101 bool enc_utf8
; /* mb encoding is utf8? */
103 const char *sm_client_id
;
123 /** XShape extension presence */
124 bool shape_extension
;
125 int shape_event_basep
;
126 int shape_error_basep
;
130 extern WGlobal ioncore_g
;
132 #endif /* ION_IONCORE_GLOBAL_H */