[gtk+/touch-for-3.4] Leave GDK_EXPOSURE_MASK out of GDK_ALL_EVENTS_MASK
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/touch-for-3.4] Leave GDK_EXPOSURE_MASK out of GDK_ALL_EVENTS_MASK
- Date: Wed, 29 Feb 2012 21:52:18 +0000 (UTC)
commit eea2212445e3969581f306e93db6dee7621a4ebc
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 29 16:50:20 2012 -0500
Leave GDK_EXPOSURE_MASK out of GDK_ALL_EVENTS_MASK
This used to be the case, and was accidentally changed when
GDK_TOUCH_MASK was added.
gdk/gdktypes.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 4bee311..15ad675 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -398,7 +398,7 @@ typedef enum
GDK_SUBSTRUCTURE_MASK = 1 << 20,
GDK_SCROLL_MASK = 1 << 21,
GDK_TOUCH_MASK = 1 << 22,
- GDK_ALL_EVENTS_MASK = 0x7FFFFF
+ GDK_ALL_EVENTS_MASK = 0x7FFFFE
} GdkEventMask;
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]