Skip to content

Commit

Permalink
Ipaq related fixes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1122 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
mallum committed Apr 26, 2005
1 parent c7215d1 commit 864c520
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2005-04-26 mallum,,, <[email protected]>

* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Make key faces darker to increase visibility on Ipaq.
* src/matchbox-keyboard.c: (mb_kbd_new):
Make small font smaller to fit Ipaq display

2005-04-24 mallum,,, <[email protected]>

* README:
Expand Down
4 changes: 2 additions & 2 deletions src/matchbox-keyboard-ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ mb_kbd_ui_resources_create(MBKeyboardUI *ui)

if (wm_hints)
{
DBG("setting no fous hint");
DBG("setting no focus hint");
wm_hints->input = False;
wm_hints->flags = InputHint;
XSetWMHints(ui->xdpy, ui->xwin, wm_hints );
Expand Down Expand Up @@ -755,7 +755,7 @@ mb_kbd_ui_resources_create(MBKeyboardUI *ui)
DefaultColormap(ui->xdpy, ui->xscreen));

/* #636262 - for text maybe */
coltmp.red = coltmp.green = coltmp.blue = 0x0000; coltmp.alpha = 0x7575;
coltmp.red = coltmp.green = coltmp.blue = 0x0000; coltmp.alpha = 0xcccc;

XftColorAllocValue(ui->xdpy,
DefaultVisual(ui->xdpy, ui->xscreen),
Expand Down
2 changes: 1 addition & 1 deletion src/matchbox-keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mb_kbd_new(int argc, char **argv)
kb->key_pad = 1;
kb->col_spacing = 2;
kb->row_spacing = 2;
kb->font_pt_size = 7;
kb->font_pt_size = 5;
}

if (!mb_kbd_config_load(kb, variant))
Expand Down

0 comments on commit 864c520

Please sign in to comment.