aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-text-event-processor-types.h
diff options
context:
space:
mode:
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 {