1
0
Fork 0

gdk: Add window-scaling-factor support

So that we follow GDK's idea of a scaling factor for Clutter.

https://bugzilla.gnome.org/show_bug.cgi?id=734480
This commit is contained in:
Bastien Nocera 2014-08-08 14:43:29 +02:00 committed by Emmanuele Bassi
parent b3b2af7677
commit 908aedbacc

View file

@ -7,6 +7,7 @@ static const struct {
const char *settings_property;
GType type;
} _clutter_settings_map[] = {
{ "gdk-window-scaling-factor", "window-scaling-factor", G_TYPE_INT },
{ "gtk-double-click-time", "double-click-time", G_TYPE_INT },
{ "gtk-double-click-distance", "double-click-distance", G_TYPE_INT },
{ "gtk-dnd-drag-threshold", "dnd-drag-threshold", G_TYPE_INT },