diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-09-25 01:25:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-09-25 14:54:49 -0400 |
commit | 69a44ee9efc6ab7323cc42a89217b90790a0f197 (patch) | |
tree | cc03133077907aac4be0c330d920cdc30918b266 /gdk | |
parent | 1d8a1a04f6c422a5668fee0d9069e973b921bd38 (diff) | |
download | gtk+-69a44ee9efc6ab7323cc42a89217b90790a0f197.tar.gz |
Implement titlebar action settings for X11
https://bugzilla.gnome.org/show_bug.cgi?id=729782
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdksettings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c index 86ecc2dfec..62a4ea35f8 100644 --- a/gdk/x11/gdksettings.c +++ b/gdk/x11/gdksettings.c @@ -59,6 +59,9 @@ static const struct { {"Gtk/ShellShowsMenubar", "gtk-shell-shows-menubar"}, {"Gtk/ShellShowsDesktop", "gtk-shell-shows-desktop"}, {"Gtk/DecorationLayout", "gtk-decoration-layout"}, + {"Gtk/TitlebarDoubleClick", "gtk-titlebar-double-click"}, + {"Gtk/TitlebarMiddleClick", "gtk-titlebar-middle-click"}, + {"Gtk/TitlebarRightClick", "gtk-titlebar-right-click"}, {"Gtk/DialogsUseHeader", "gtk-dialogs-use-header"}, {"Gtk/EnablePrimaryPaste", "gtk-enable-primary-paste"}, {"Gtk/RecentFilesMaxAge", "gtk-recent-files-max-age"}, |