rpms/Maelstrom/devel Maelstrom-3.0.6-setgid.patch,1.2,1.3

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue May 9 06:04:55 UTC 2006


Author: notting

Update of /cvs/extras/rpms/Maelstrom/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10737

Modified Files:
	Maelstrom-3.0.6-setgid.patch 
Log Message:
remove make-it-go-fast hack. Need to figure out why the fade is so
slow on current X.


Maelstrom-3.0.6-setgid.patch:

Index: Maelstrom-3.0.6-setgid.patch
===================================================================
RCS file: /cvs/extras/rpms/Maelstrom/devel/Maelstrom-3.0.6-setgid.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Maelstrom-3.0.6-setgid.patch	9 May 2006 05:52:38 -0000	1.2
+++ Maelstrom-3.0.6-setgid.patch	9 May 2006 06:04:55 -0000	1.3
@@ -173,16 +173,3 @@
  extern int	ZapHighScores(void);
  extern int	GetStartLevel(void);
  extern void	PrintHighScores(void);
-diff -ru Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp Maelstrom-3.0.6-new/screenlib/SDL_FrameBuf.cpp
---- Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp	2006-05-09 01:42:42.000000000 -0400
-+++ Maelstrom-3.0.6-new/screenlib/SDL_FrameBuf.cpp	2006-05-09 01:07:58.000000000 -0400
-@@ -536,6 +536,8 @@
- 	const int max = 32;
- 	Uint16 ramp[256];   
- 
-+	faded = !faded;
-+	return;
- 	for ( int j = 1; j <= max; j++ ) {
- 		int v = faded ? j : max - j + 1;
- 		for ( int i = 0; i < 256; i++ ) {
-Binary files Maelstrom-3.0.6/screenlib/SDL_FrameBuf.o and Maelstrom-3.0.6-new/screenlib/SDL_FrameBuf.o differ




More information about the scm-commits mailing list