summaryrefslogtreecommitdiff
path: root/libslab/double-click-detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libslab/double-click-detector.h')
-rw-r--r--libslab/double-click-detector.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libslab/double-click-detector.h b/libslab/double-click-detector.h
index 06217b1c..57a0a7a2 100644
--- a/libslab/double-click-detector.h
+++ b/libslab/double-click-detector.h
@@ -38,7 +38,7 @@ typedef struct
{
GObject parent_placeholder;
- guint32 double_click_time;
+ gint32 double_click_time;
guint32 last_click_time;
} DoubleClickDetector;
@@ -54,8 +54,6 @@ DoubleClickDetector *double_click_detector_new (void);
gboolean double_click_detector_is_double_click (DoubleClickDetector * detector, guint32 event_time,
gboolean auto_update);
-void double_click_detector_update_click_time (DoubleClickDetector * detector, guint32 event_time);
-
#ifdef __cplusplus
}
#endif