mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
b3b2af7677
commit
908aedbacc
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user