summaryrefslogtreecommitdiff
path: root/packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@scarlet.be>2007-08-17 15:44:54 +0000
committerPhilippe De Swert <philippedeswert@scarlet.be>2007-08-17 15:44:54 +0000
commitdfafa94463e9c3e5afe61c78deb4decbabb0ad70 (patch)
tree3ec0b49a589f46d67f0f79efcec0fd26ed1aad55 /packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch
parente63ef2fb978ab59c024777e5b05431b9fd4ff790 (diff)
matchbox-keyboard_svn: fix compilation issues due to oudated patches (fixes bug #2796)
* updated 2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch * updated 3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch * updated 4-Add-rendering-debug-logging.patch
Diffstat (limited to 'packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch')
-rw-r--r--packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch b/packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch
index 2d05e5d652..8aae3a0203 100644
--- a/packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch
+++ b/packages/matchbox-keyboard/files/2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch
@@ -71,15 +71,15 @@ diff -r 96305d94eb31 -r ff9cf1fd8177 src/matchbox-keyboard.c
diff -r 96305d94eb31 -r ff9cf1fd8177 src/matchbox-keyboard.h
--- a/src/matchbox-keyboard.h Sun Apr 08 23:28:43 2007 +0000
+++ b/src/matchbox-keyboard.h Sun Apr 08 23:56:09 2007 +0000
-@@ -148,6 +148,7 @@ struct MBKeyboard
-
+@@ -153,6 +153,7 @@
+ char *config_file;
List *layouts;
MBKeyboardLayout *selected_layout;
-+ int selected_layout_no;
-
++ int selected_layout_no;
int key_border, key_pad, key_margin;
int row_spacing, col_spacing;
-@@ -177,6 +178,9 @@ int
+ boolean extended; /* are we showing extended keys ? */
+@@ -179,6 +180,9 @@
int
mb_kbd_ui_init(MBKeyboard *kbd);