gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash gui/sdl.cpp ChangeLog


From: Martin Guy
Subject: [Gnash-commit] gnash gui/sdl.cpp ChangeLog
Date: Wed, 02 May 2007 21:41:05 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/02 21:41:05

Modified files:
        gui            : sdl.cpp 
        .              : ChangeLog 

Log message:
                * gui/sdl.cpp: Regularize bizarre indentation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdl.cpp?cvsroot=gnash&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3072&r2=1.3073

Patches:
Index: gui/sdl.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/sdl.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- gui/sdl.cpp 17 Apr 2007 13:34:23 -0000      1.53
+++ gui/sdl.cpp 2 May 2007 21:41:04 -0000       1.54
@@ -14,14 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// 
-//
-
-/* $Id: sdl.cpp,v 1.53 2007/04/17 13:34:23 strk Exp $ */
-
-// XXXbjacques: Screw up the indentation in this file, and you're dead. And by
-//              screw up, I mean not adhering the indentation used throughout
-//              the file in your patch.
+/* $Id: sdl.cpp,v 1.54 2007/05/02 21:41:04 martinwguy Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -30,16 +23,16 @@
 #include <cstdio>
 
 #if defined(_WIN32) || defined(WIN32)
-       #include "getopt_win32.h"
+# include "getopt_win32.h"
 #else
 extern "C"{
-#include <unistd.h>
-#ifdef HAVE_GETOPT_H
-       #include <getopt.h>
-#endif
-#ifndef __GNUC__
+# include <unistd.h>
+# ifdef HAVE_GETOPT_H
+#  include <getopt.h>
+# endif
+# ifndef __GNUC__
        extern int getopt(int, char *const *, const char *);
-#endif
+# endif
 }
 #endif // Win32
 
@@ -75,7 +68,6 @@
        SDL_Event       event;
        while (true)
        {
-
                if (_timeout && SDL_GetTicks() >= _timeout)
                {
                        break;
@@ -130,7 +122,6 @@
             key_event(key, false);          
                                                break;
                                        }
-
           case SDL_VIDEORESIZE:
                resize_event();
                break;
@@ -332,4 +323,3 @@
 
 
 } // namespace gnash
-

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3072
retrieving revision 1.3073
diff -u -b -r1.3072 -r1.3073
--- ChangeLog   2 May 2007 21:21:32 -0000       1.3072
+++ ChangeLog   2 May 2007 21:41:05 -0000       1.3073
@@ -48,6 +48,7 @@
          skip version checking to avoid syntax errors during "configure"
          if the library is not found.
        * server/asobj/SoundMad.cpp: Fix compiler warnings.
+       * gui/sdl.cpp: Regularize bizarre indentation
 
 2007-05-02 Sandro Santilli <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]