diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-17 16:24:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-17 16:24:06 +0000 |
commit | a3674d15d5cc5ea30cbc5d5715f23539e21e8b97 (patch) | |
tree | c4346f8d85fbb5fc0956eecdd2caf4bdf25b2c14 /packages/matchbox-keyboard/files/4-Add-rendering-debug-logging.patch | |
parent | 57d9de9aaeb7f4c0d307ce3c64b0d91a5eb60e5b (diff) | |
parent | dfafa94463e9c3e5afe61c78deb4decbabb0ad70 (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.patch | 8 |
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 |