summaryrefslogtreecommitdiff
path: root/src/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.h')
-rw-r--r--src/ui/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.h b/src/ui/util.h
index 09e52a4d..da4d3a99 100644
--- a/src/ui/util.h
+++ b/src/ui/util.h
@@ -125,12 +125,12 @@ enum iClickResult {
125 drag_ClickResult, 125 drag_ClickResult,
126 finished_ClickResult, 126 finished_ClickResult,
127 aborted_ClickResult, 127 aborted_ClickResult,
128 double_ClickResult,
129}; 128};
130 129
131struct Impl_Click { 130struct Impl_Click {
132 iBool isActive; 131 iBool isActive;
133 int button; 132 int button;
133 int count;
134 iWidget *bounds; 134 iWidget *bounds;
135 iInt2 startPos; 135 iInt2 startPos;
136 iInt2 pos; 136 iInt2 pos;