[maemo-commits] [maemo-commits] r17343 - in projects/haf/trunk/libmatchbox2: . debian matchbox/comp-mgr
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 2 14:49:13 EET 2009
- Previous message: [maemo-commits] r17342 - projects/haf/tags/hildon-initscripts
- Next message: [maemo-commits] r17344 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-02-02 14:49:12 +0200 (Mon, 02 Feb 2009) New Revision: 17343 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/debian/changelog projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c Log: override-redirect windows should be worked around (they were before?) Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-02-02 12:16:39 UTC (rev 17342) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-02-02 12:49:12 UTC (rev 17343) @@ -1,3 +1,10 @@ +2009-02-02 Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + + * matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c + (mb_wm_comp_mgr_clutter_map_notify_real): Add override-redirect + windows to the texture corruption workaround list to fix drop down + menus and such. + 2009-01-31 Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> * matchbox/core/mb-wm-root-window.c Modified: projects/haf/trunk/libmatchbox2/debian/changelog =================================================================== --- projects/haf/trunk/libmatchbox2/debian/changelog 2009-02-02 12:16:39 UTC (rev 17342) +++ projects/haf/trunk/libmatchbox2/debian/changelog 2009-02-02 12:49:12 UTC (rev 17343) @@ -4,6 +4,7 @@ stack is raised when one of the windows is raised. Patch from Laszlo Pere. * Enable asking the user what to do when a client does not answer to ping. Fixes: NB#98486, NB#93128, NB#92261 + * Added override-redirect windows to the texture corruption workaround list. -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Mon, 26 Jan 2009 10:10:06 +0200 Modified: projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c =================================================================== --- projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c 2009-02-02 12:16:39 UTC (rev 17342) +++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c 2009-02-02 12:49:12 UTC (rev 17343) @@ -977,6 +977,7 @@ #if SGX_CORRUPTION_WORKAROUND if (ctype == MBWMClientTypeMenu || ctype == MBWMClientTypeNote || + ctype == MBWMClientTypeOverride || ctype == HdWmClientTypeStatusArea || ctype == HdWmClientTypeStatusMenu || ctype == HdWmClientTypeHomeApplet ||
- Previous message: [maemo-commits] r17342 - projects/haf/tags/hildon-initscripts
- Next message: [maemo-commits] r17344 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]