diff options
author | rbuj <[email protected]> | 2020-03-03 11:52:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-11 13:16:41 +0100 |
commit | 8660392f4f4f94094ab68ca7920d940b51b2acc4 (patch) | |
tree | 6ca30b9e8d895de7830fd52ccc3636eebe48b17f /libslab/double-click-detector.h | |
parent | b43972d86c8dee68c5511a1b4abb2013f4d69176 (diff) | |
download | mate-control-center-8660392f4f4f94094ab68ca7920d940b51b2acc4.tar.bz2 mate-control-center-8660392f4f4f94094ab68ca7920d940b51b2acc4.tar.xz |
libslab: Remove libslab_get_current_time_millis
Diffstat (limited to 'libslab/double-click-detector.h')
-rw-r--r-- | libslab/double-click-detector.h | 4 |
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 |