From bca7422f3d53e9d719d385d52f501f9f89035105 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 28 Feb 2011 16:08:23 +0000 Subject: [PATCH] x11: Map Net/DndDragThreshold to ClutterSettings Simple mapping between XSETTINGS key and ClutterSettings property. http://bugzilla.clutter-project.org/show_bug.cgi?id=2583 --- clutter/x11/clutter-settings-x11.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/x11/clutter-settings-x11.h b/clutter/x11/clutter-settings-x11.h index 6214ed705..b58af70dd 100644 --- a/clutter/x11/clutter-settings-x11.h +++ b/clutter/x11/clutter-settings-x11.h @@ -8,6 +8,7 @@ static const struct { } _clutter_settings_map[] = { { "Net/DoubleClickTime", "double-click-time" }, { "Net/DoubleClickDistance", "double-click-distance" }, + { "Net/DndDragThreshold", "dnd-drag-threshold" }, { "Gtk/FontName", "font-name" }, { "Xft/Antialias", "font-antialias" }, { "Xft/DPI", "font-dpi" },