[maemo-commits] [maemo-commits] r17640 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Mar 11 19:10:21 EET 2009
- Previous message: [maemo-commits] r17639 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr
- Next message: [maemo-commits] r17641 - in projects/haf/trunk/hildon-thumbnail: . thumbs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: gw Date: 2009-03-11 19:10:15 +0200 (Wed, 11 Mar 2009) New Revision: 17640 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c Log: * matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c: Re-added SGX_CORRUPTION_WORKAROUND as rover seems unstable without it. Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-03-11 17:05:16 UTC (rev 17639) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-03-11 17:10:15 UTC (rev 17640) @@ -1,6 +1,12 @@ -2009-03-09 Gordon Williams <gordon.williams at collabora.co.uk> +2009-03-11 Gordon Williams <gordon.williams at collabora.co.uk> * matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c: + Re-added SGX_CORRUPTION_WORKAROUND as rover seems unstable without + it. + +2009-03-11 Gordon Williams <gordon.williams at collabora.co.uk> + + * matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c: Now don't create a pixmap for the window frame, but just the inner window (saves memory and allows shaped title bars) Refactored all resizing code into one place. 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-03-11 17:05:16 UTC (rev 17639) +++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c 2009-03-11 17:10:15 UTC (rev 17640) @@ -23,7 +23,7 @@ #define HAVE_CLUTTER_EGLX 0 #endif -#define SGX_CORRUPTION_WORKAROUND 0 +#define SGX_CORRUPTION_WORKAROUND 1 #include "mb-wm.h" #include "mb-wm-client.h"
- Previous message: [maemo-commits] r17639 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr
- Next message: [maemo-commits] r17641 - in projects/haf/trunk/hildon-thumbnail: . thumbs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]