[hafqa] [hafqa] [Bug 908] Motion notify coordinates miscalculated with extension events
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu Dec 14 10:38:58 EET 2006
- Previous message: [hafqa] [Bug 908] New: Motion notify coordinates miscalculated with extension events
- Next message: [hafqa] [Bug 874] hildon_file_details_dialog_new_with_model() should just call g_object_new()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=908 ------- Additional Comments From tommi.komulainen at nokia.com 2006-12-14 10:38 ------- My guess is the culprit is the line 1832 which might ignore the changes in root coordinates too often. http://cvs.gnome.org/viewcvs/gtk%2B/gdk/x11/gdkevents-x11.c?view=annotate 1831 : owen 1.21 if (window && 1832 : owen 1.78 xevent->xconfigure.event == xevent->xconfigure.window && 1833 : hp 1.29 !GDK_WINDOW_DESTROYED (window) && 1834 : owen 1.31 (window_private->extension_events != 0)) 1835 : _gdk_input_configure_event (&xevent->xconfigure, window); -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 908] New: Motion notify coordinates miscalculated with extension events
- Next message: [hafqa] [Bug 874] hildon_file_details_dialog_new_with_model() should just call g_object_new()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]