aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-text-event-processor-types.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-29 08:01:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-29 22:16:11 +0800
commit4bc40f6663d6a809dda4dcbeae27902b5883cad1 (patch)
treee2f80ac7f19125f4bea5069ce493844d78d52f33 /e-util/e-text-event-processor-types.h
parentd50deaf449913deaa71e05960e1c0f97cff05e93 (diff)
downloadgsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.tar
gsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.tar.gz
gsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.tar.bz2
gsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.tar.lz
gsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.tar.xz
gsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.tar.zst
gsoc2013-evolution-4bc40f6663d6a809dda4dcbeae27902b5883cad1.zip
Add the GdkDevice to ETextEventProcessorCommand.
Will be needed for grabs in response to button events.
Diffstat (limited to 'e-util/e-text-event-processor-types.h')
-rw-r--r--e-util/e-text-event-processor-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-text-event-processor-types.h b/e-util/e-text-event-processor-types.h
index 6e9d155f8c..d7d0bb3854 100644
--- a/e-util/e-text-event-processor-types.h
+++ b/e-util/e-text-event-processor-types.h
@@ -85,6 +85,7 @@ typedef struct {
ETextEventProcessorCommandAction action;
gint value;
const gchar *string;
+ GdkDevice *device;
guint32 time;
} ETextEventProcessorCommand;
@@ -94,6 +95,7 @@ typedef struct {
guint state;
guint button;
gint position;
+ GdkDevice *device;
} ETextEventProcessorEventButton;
typedef struct {