ROOT  6.05/03
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
gdkglobals.c File Reference
#include <stdio.h>
#include "gdktypes.h"
#include "gdkprivate.h"
#include "config.h"
+ Include dependency graph for gdkglobals.c:

Go to the source code of this file.

Variables

guint gdk_debug_flags = 0
 
GdkWindowgdk_parent_root = NULL
 
gint gdk_error_code = 0
 
gint gdk_error_warnings = TRUE
 
GListgdk_default_filters = NULL
 
GMutexgdk_threads_mutex = NULL
 
GListgdk_queued_events = NULL
 
GListgdk_queued_tail = NULL
 

Variable Documentation

guint gdk_debug_flags = 0
GList* gdk_default_filters = NULL

Definition at line 36 of file gdkglobals.c.

Referenced by gdk_window_add_filter(), and gdk_window_remove_filter().

gint gdk_error_code = 0

Definition at line 34 of file gdkglobals.c.

Referenced by gdk_error_trap_pop(), and gdk_error_trap_push().

gint gdk_error_warnings = TRUE

Definition at line 35 of file gdkglobals.c.

Referenced by gdk_error_trap_pop(), and gdk_error_trap_push().

GdkWindow* gdk_parent_root = NULL
GList* gdk_queued_events = NULL
GList* gdk_queued_tail = NULL

Definition at line 39 of file gdkglobals.c.

Referenced by gdk_event_queue_append(), and gdk_event_queue_remove_link().

GMutex* gdk_threads_mutex = NULL

Definition at line 37 of file gdkglobals.c.