summaryrefslogtreecommitdiff
path: root/rationales.txt
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-10-07 23:14:40 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-10-07 23:14:40 +0000
commitf08337d93928726904c45eabbd337498970b6c99 (patch)
treec83b2ec7c31dcc91d0571f17d4261440859a8e6e /rationales.txt
parent372dc090fd519944610aecbfb307affc9a709053 (diff)
downloadmetacity-f08337d93928726904c45eabbd337498970b6c99.tar.gz
Add a modifier key preference for the Alt+click stuff. Can be set to
2002-10-07 Havoc Pennington <hp@redhat.com> Add a modifier key preference for the Alt+click stuff. Can be set to "disabled" as well. * src/run-metacity.sh: load .Xmodmap in the Xnest if it exists * src/display.c (meta_display_ungrab_window_buttons): ungrab AnyModifier in case the modifier changed since we grabbed (meta_display_open): rearrange code to use meta_display_close() to mop up when we can't find any screens, avoiding the need to keep the bail-out code in sync with meta_display_close. * src/keybindings.c (devirtualize_modifiers): move this function to a public place in display.c * src/metacity.schemas.in: add setting for the modifier key to use for Alt+left/middle/right click. * src/prefs.c (update_binding): add a missing newline to a warning (meta_prefs_get_mouse_button_mods): new function * src/ui.c (meta_ui_parse_modifier): new function
Diffstat (limited to 'rationales.txt')
-rw-r--r--rationales.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/rationales.txt b/rationales.txt
index 536b46d5..31d97e2a 100644
--- a/rationales.txt
+++ b/rationales.txt
@@ -2,3 +2,4 @@
Focus windows on map: see http://bugzilla.gnome.org/show_bug.cgi?id=82921
Keep panel always on top: http://bugzilla.gnome.org/show_bug.cgi?id=81551
Edge flipping: http://bugzilla.gnome.org/show_bug.cgi?id=82917
+Opaque resize: http://bugzilla.gnome.org/show_bug.cgi?id=92618