summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorRay Strode <halfline@hawaii.rr.com>2003-05-30 02:53:42 +0000
committerRay Strode <halfline@src.gnome.org>2003-05-30 02:53:42 +0000
commitd1a853557b06c49b5d0f187e41b0455b458b715b (patch)
tree8070e23f3e9eca5d920e2f2c6ebdbf3663450cf8 /src/ui.h
parentf441033959ffd7d09c196c98ff280541be959218 (diff)
downloadmutter-d1a853557b06c49b5d0f187e41b0455b458b715b.tar.gz
Get and use double-click speed from GtkSettings (Bug #103218).
2003-05-29 Ray Strode <halfline@hawaii.rr.com> Get and use double-click speed from GtkSettings (Bug #103218). * src/ui.c, src/ui.h: add function meta_ui_get_double_click_timeout for looking up the global double-click speed. * src/display.c, src/display.h: remove double_click_time field from MetaDisplay and use meta_ui_get_double_click_timeout instead.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 5415beddb..171c342d1 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -165,7 +165,8 @@ gboolean meta_ui_parse_modifier (const char *accel,
gboolean meta_ui_window_is_widget (MetaUI *ui,
Window xwindow);
+int meta_ui_get_double_click_timeout (void);
+
#include "tabpopup.h"
#endif
-