diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-06-27 11:56:52 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-06-27 11:56:52 +0000 |
commit | 598c96de7e549712a760a3d4c862692989879c5f (patch) | |
tree | 072be08e4fd5694e241ba9ec6a395d60a54b80c8 /packages/mozilla/minimo/minimo-disable-mode-switch.patch | |
parent | 61ec2ead0223eb312d07145ef4d7ae04752ffb26 (diff) |
minimo_cvs.bb : keymap fix for #2326, ssr patch from familiar, and moved
MOZDATE onwards as it seems to compile and work.
Diffstat (limited to 'packages/mozilla/minimo/minimo-disable-mode-switch.patch')
-rw-r--r-- | packages/mozilla/minimo/minimo-disable-mode-switch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mozilla/minimo/minimo-disable-mode-switch.patch b/packages/mozilla/minimo/minimo-disable-mode-switch.patch new file mode 100644 index 0000000000..50691efe0f --- /dev/null +++ b/packages/mozilla/minimo/minimo-disable-mode-switch.patch @@ -0,0 +1,11 @@ +--- mozilla/widget/src/gtk2/nsWindow.cpp.orig 2007-06-12 22:19:35.000000000 +0900 ++++ mozilla/widget/src/gtk2/nsWindow.cpp 2007-06-12 22:19:02.000000000 +0900 +@@ -1859,6 +1859,7 @@ + || aEvent->keyval == GDK_Shift_R + || aEvent->keyval == GDK_Control_L + || aEvent->keyval == GDK_Control_R ++ || aEvent->keyval == GDK_Mode_switch + || aEvent->keyval == GDK_Alt_L + || aEvent->keyval == GDK_Alt_R + || aEvent->keyval == GDK_Meta_L + |