diff options
author | Rene Wagner <rw@handhelds.org> | 2006-11-04 00:46:05 +0100 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-11-04 00:46:05 +0100 |
commit | ac111932d7503334362c08897599f25b8c82379c (patch) | |
tree | 4b96beb6f38bdfd0397b7fd88af33069cbcf4881 /org.handhelds.familiar/packages/matchbox-keyboard/files | |
parent | fdbf6687df0a95ffcc32f5186faff83e6c7c1cab (diff) |
matchbox-keyboard, libfakekey: use 0.1 releases and add smallscreen patch.
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/matchbox-keyboard/files')
-rw-r--r-- | org.handhelds.familiar/packages/matchbox-keyboard/files/fontsize.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/matchbox-keyboard/files/fontsize.patch b/org.handhelds.familiar/packages/matchbox-keyboard/files/fontsize.patch new file mode 100644 index 0000000..f57aff2 --- /dev/null +++ b/org.handhelds.familiar/packages/matchbox-keyboard/files/fontsize.patch @@ -0,0 +1,11 @@ +--- matchbox-keyboard-0.1/src/matchbox-keyboard.c.orig 2006-11-04 00:41:52.000000000 +0100 ++++ matchbox-keyboard-0.1/src/matchbox-keyboard.c 2006-11-04 00:29:25.000000000 +0100 +@@ -77,7 +77,7 @@ + kb->key_pad = 0; + kb->col_spacing = 0; + kb->row_spacing = 0; +- kb->font_pt_size = 8; ++ kb->font_pt_size = 6; + } + + if (!mb_kbd_config_load(kb, variant)) |