diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-05-29 16:39:12 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-29 16:39:12 +0200 |
commit | 7372379c24d183aa23e33cef031b774a5cb25ce4 (patch) | |
tree | f1c62c16984d84916fd14d2c0e2d99fa676e8c00 /gdk/gdkdisplay.h | |
parent | a6e3da131955ae8532c23bc5d2e9b55e8bfef316 (diff) | |
download | gtk+-7372379c24d183aa23e33cef031b774a5cb25ce4.tar.gz |
Initial version of input support
Diffstat (limited to 'gdk/gdkdisplay.h')
-rw-r--r-- | gdk/gdkdisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkdisplay.h b/gdk/gdkdisplay.h index 3c7bde322f..2838d44a02 100644 --- a/gdk/gdkdisplay.h +++ b/gdk/gdkdisplay.h @@ -91,6 +91,7 @@ struct _GdkDisplay const GdkDisplayPointerHooks *pointer_hooks; /* Current hooks for querying pointer */ guint closed : 1; /* Whether this display has been closed */ + guint ignore_core_events : 1; /* Don't send core motion and button event */ guint double_click_distance; /* Maximum distance between clicks in pixels */ gint button_x[2]; /* The last 2 button click positions. */ |