aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text/e-text-event-processor-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-text/e-text-event-processor-types.h')
-rw-r--r--widgets/e-text/e-text-event-processor-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/e-text/e-text-event-processor-types.h b/widgets/e-text/e-text-event-processor-types.h
index 30b7bcafc9..3795058225 100644
--- a/widgets/e-text/e-text-event-processor-types.h
+++ b/widgets/e-text/e-text-event-processor-types.h
@@ -79,6 +79,7 @@ enum _ETextEventProcessorCommandAction {
E_TEP_INSERT,
E_TEP_COPY,
E_TEP_PASTE,
+ E_TEP_GET_SELECTION,
E_TEP_SET_SELECT_BY_WORD,
E_TEP_ACTIVATE,
@@ -90,6 +91,7 @@ struct _ETextEventProcessorCommand {
ETextEventProcessorCommandAction action;
int value;
char *string;
+ guint32 time;
};
struct _ETextEventProcessorEventButton {