summaryrefslogtreecommitdiff
path: root/packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-17 16:24:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-17 16:24:06 +0000
commita3674d15d5cc5ea30cbc5d5715f23539e21e8b97 (patch)
treec4346f8d85fbb5fc0956eecdd2caf4bdf25b2c14 /packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch
parent57d9de9aaeb7f4c0d307ce3c64b0d91a5eb60e5b (diff)
parentdfafa94463e9c3e5afe61c78deb4decbabb0ad70 (diff)
merge of '4843e0d9b2f929adb80e40eaaaa3db435a7ff676'
and '6872bbed00f51ddc9c28ab65dae421c4b6751524'
Diffstat (limited to 'packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch')
-rw-r--r--packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch b/packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch
index 7ce61e469c..509cd09404 100644
--- a/packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch
+++ b/packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch
@@ -44,14 +44,14 @@ diff -r b010d54a6c50 -r 38c3459f2e1a src/matchbox-keyboard-ui.c
width_diff = width - ui->base_alloc_width;
height_diff = height - ui->base_alloc_height;
-@@ -1125,6 +1133,7 @@ mb_kbd_ui_event_loop(MBKeyboardUI *ui)
+@@ -1178,6 +1178,7 @@
}
break;
case ConfigureNotify:
+ DBG("ConfigureNotify %i,%i", xev.xconfigure.width, xev.xconfigure.height);
- if (xev.xconfigure.width != ui->xwin_width
- || xev.xconfigure.height != ui->xwin_height)
- mb_kbd_ui_handle_configure(ui,
+ if (xev.xconfigure.window == ui->xwin
+ && (xev.xconfigure.width != ui->xwin_width
+ || xev.xconfigure.height != ui->xwin_height))
diff -r b010d54a6c50 -r 38c3459f2e1a src/matchbox-keyboard.h
--- a/src/matchbox-keyboard.h Mon Apr 09 00:06:34 2007 +0000
+++ b/src/matchbox-keyboard.h Mon Apr 09 00:08:07 2007 +0000