diff options
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.patch | 10 |
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); |