/* Visual infos for creating Windows */ int window_depth;
Visual *window_visual;
Colormap window_colormap;
/* Keyboard related information */ int xkb_event_type;
gboolean use_xkb;
/* Whether we were able to turn on detectable-autorepeat using *XkbSetDetectableAutorepeat.IfFALSE,we'llfallback *tocheckingthenexteventwithXPending().
*/
gboolean have_xkb_autorepeat;
GdkKeymap *keymap;
guint keymap_serial;
gboolean have_xfixes; int xfixes_event_base;
gboolean have_randr12;
gboolean have_randr13;
gboolean have_randr15; int xrandr_event_base;
/* If the SECURITY extension is in place, whether this client holds *atrustedauthorizationandsoisallowedtomakevariousrequests *(grabs,propertiesetc.)OtherwisealwaysTRUE.
*/
gboolean trusted_client;
/* drag and drop information */
GdkDrop *current_drop;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.