rpms/compiz/devel plane.patch,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 12 21:20:58 UTC 2006


Author: sandmann

Update of /cvs/dist/rpms/compiz/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21333

Modified Files:
	plane.patch 
Log Message:
remove debug spew

plane.patch:
 include/compiz.h          |   20 
 plugins/Makefile.am       |    5 
 plugins/compiz.schemas.in |  962 +++++++++++++++++++++++++++++++++++++++++++++-
 plugins/cube.c            |   66 +--
 plugins/place.c           |   13 
 plugins/plane.c           |  894 ++++++++++++++++++++++++++++++++++++++++++
 plugins/rotate.c          |   57 +-
 src/event.c               |    3 
 src/screen.c              |  180 +++++---
 src/window.c              |   72 ++-
 10 files changed, 2107 insertions(+), 165 deletions(-)

Index: plane.patch
===================================================================
RCS file: /cvs/dist/rpms/compiz/devel/plane.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plane.patch	12 Sep 2006 21:19:43 -0000	1.5
+++ plane.patch	12 Sep 2006 21:20:56 -0000	1.6
@@ -1254,8 +1254,8 @@
  		    o[0].type    = CompOptionTypeInt;
  		    o[0].name    = "x";
 --- /dev/null	2006-09-11 12:25:53.882564752 -0400
-+++ compiz-3173a142efe5e7af83ebb534a074d9d2a0c67a86/plugins/plane.c	2006-09-12 17:07:50.000000000 -0400
-@@ -0,0 +1,896 @@
++++ compiz-3173a142efe5e7af83ebb534a074d9d2a0c67a86/plugins/plane.c	2006-09-12 17:11:30.000000000 -0400
+@@ -0,0 +1,894 @@
 +/*
 + * Copyright © 2006 Red Hat, Inc.
 + *
@@ -1484,8 +1484,6 @@
 +	double dx, dy, tx, ty;
 +	int vx, vy;
 +
-+	printf ("plane plugin painting transformed screen\n");
-+	
 +	glClearColor (1.0, 0.0, 1.0, 1.0);
 +	glClear (GL_COLOR_BUFFER_BIT);
 +    




More information about the fedora-cvs-commits mailing list