summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Brej <cbrej@cs.man.ac.uk>2007-03-11 02:39:07 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-03-11 02:39:07 +0000
commitc7cb503003afe9e93c3b9bdaf22c2c096c3e4e2d (patch)
tree1a2c174f16031890a98a5e32aa1dc8852a2db9c8
parentdc9880ea7e3ca8aed25d5003e6c8f1f0f044c06e (diff)
downloadmetacity-c7cb503003afe9e93c3b9bdaf22c2c096c3e4e2d.tar.gz
add action_{middle|right}_click_titlebar. Closes #408903.
2007-03-10 Charlie Brej <cbrej@cs.man.ac.uk> * src/metacity.schemas.in: add action_{middle|right}_click_titlebar. Closes #408903. svn path=/trunk/; revision=3107
-rw-r--r--ChangeLog5
-rw-r--r--src/metacity.schemas.in36
2 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f75ce8a..faa353f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-10 Charlie Brej <cbrej@cs.man.ac.uk>
+
+ * src/metacity.schemas.in: add action_{middle|right}_click_titlebar.
+ Closes #408903.
+
2007-03-09 Linus Torvalds <torvalds@woody.linux-foundation.org>
* src/frames.c (meta_frame_middle_click_event,
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in
index 5557d0de..05c24bca 100644
--- a/src/metacity.schemas.in
+++ b/src/metacity.schemas.in
@@ -124,6 +124,42 @@
</schema>
<schema>
+ <key>/schemas/apps/metacity/general/action_middle_click_titlebar</key>
+ <applyto>/apps/metacity/general/action_middle_click_titlebar</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>lower</default>
+ <locale name="C">
+ <short>Action on title bar middle-click</short>
+ <long>
+ This option determines the effects of middle-clicking on the
+ title bar. Current valid options are 'toggle_shade', which will
+ shade/unshade the window, 'toggle_maximize' which will
+ maximize/unmaximize the window, 'minimize' which will minimize
+ the window, and 'none' which will not do anything.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/metacity/general/action_right_click_titlebar</key>
+ <applyto>/apps/metacity/general/action_right_click_titlebar</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>menu</default>
+ <locale name="C">
+ <short>Action on title bar right-click</short>
+ <long>
+ This option determines the effects of right-clicking on the
+ title bar. Current valid options are 'toggle_shade', which will
+ shade/unshade the window, 'toggle_maximize' which will
+ maximize/unmaximize the window, 'minimize' which will minimize
+ the window, and 'none' which will not do anything.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/metacity/general/auto_raise</key>
<applyto>/apps/metacity/general/auto_raise</applyto>
<owner>metacity</owner>