- add xsessions start script to run Compiz-KDE from the display manager - substitute freeglut with Mesa-demo-x - add build fixes for gcc-4.7.0 - enable gtk-window-decorator - readd compiz-unmanaged-window-position.patch - build with gnome3 - enable basic plugins as default - recommend kolor-manager in kde4 component - recommend compicc - add compizconfig / ccp plugin - add proper version to ccp and compicc - no transparent windows during move - some other minor changes like skydome - update to 0.8.8 - unmanaged window position patch does not apply - openSUSE-11.3 builds OBS-URL: https://build.opensuse.org/package/show/X11:Compiz/compiz?expand=0&rev=198
16 lines
562 B
Diff
16 lines
562 B
Diff
Index: compiz-0.8.4/src/window.c
|
|
===================================================================
|
|
--- compiz-0.8.4.orig/src/window.c
|
|
+++ compiz-0.8.4/src/window.c
|
|
@@ -3577,6 +3577,10 @@ reconfigureXWindow (CompWindow *w,
|
|
if (w->frame && (valueMask & (CWSibling | CWStackMode)))
|
|
XConfigureWindow (w->screen->display->display, w->frame,
|
|
valueMask & (CWSibling | CWStackMode), xwc);
|
|
+
|
|
+ if (valueMask & (CWX | CWY))
|
|
+ if (w->resName && strncmp (w->resName, "sun-awt-X11", 11) == 0)
|
|
+ sendConfigureNotify (w);
|
|
}
|
|
|
|
static Bool
|