rpms/compiz-fusion/devel workarounds-fullscreenfix.patch, NONE, 1.1 compiz-fusion.spec, 1.15, 1.16

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Tue Dec 25 13:06:52 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/compiz-fusion/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3057

Modified Files:
	compiz-fusion.spec 
Added Files:
	workarounds-fullscreenfix.patch 
Log Message:
fix fullscreen for adobe flash

workarounds-fullscreenfix.patch:

--- NEW FILE workarounds-fullscreenfix.patch ---
diff -upNr compiz-fusion-plugins-main-0.6.0.orign/src/workarounds/workarounds.c compiz-fusion-plugins-main-0.6.0/src/workarounds/workarounds.c
--- compiz-fusion-plugins-main-0.6.0.orign/src/workarounds/workarounds.c	2007-10-15 19:43:43.000000000 +0200
+++ compiz-fusion-plugins-main-0.6.0/src/workarounds/workarounds.c	2007-12-25 13:47:44.000000000 +0100
@@ -196,8 +196,7 @@ workaroundsFixupFullscreen (CompWindow *
     }
 
     ww->isFullscreen = isFullSize;
-    if ((isFullSize && !(w->state & CompWindowStateFullscreenMask)) ||
-	(!isFullSize && (w->state & CompWindowStateFullscreenMask)))
+    if (isFullSize && !(w->state & CompWindowStateFullscreenMask))
     {
 	unsigned int state = w->state & ~CompWindowStateFullscreenMask;
 


Index: compiz-fusion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz-fusion/devel/compiz-fusion.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- compiz-fusion.spec	1 Dec 2007 17:18:21 -0000	1.15
+++ compiz-fusion.spec	25 Dec 2007 13:06:12 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name: compiz-fusion
 Version: 0.6.0       
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: Collection of Compiz Fusion plugins for Compiz      
 
 Group: User Interface/Desktops        
@@ -11,6 +11,7 @@
 Source0: http://releases.compiz-fusion.org/0.6.0/%{name}-plugins-main-%{version}.tar.bz2  
 Patch0: workarounds-windowtype-fix.patch
 Patch1: workaround-openoffice-fix.patch
+Patch2: workarounds-fullscreenfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # libdrm is not available on these arches
@@ -65,6 +66,7 @@
 %setup -q -n %{name}-plugins-main-%{version}
 %patch0 -p1 -b .windowtype-fix
 %patch1 -p1 -b .oo-menu-fix
+%patch2 -p1 -b .flash-fullscreen
 
 %build
 %configure --enable-schemas
@@ -129,6 +131,10 @@
 
 
 %changelog
+* Tue Dec 25 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.6.0-8
+- Fix fullscreen for flash windows when legacy fullscreen is 
+  enabled.
+
 * Sat Dec 01 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.6.0-7
 - Adding the patch isn't enough .. we have to apply it ;)
 




More information about the fedora-extras-commits mailing list