changeset 191:6d5f164a8719 trunk

[svn] - fix warning (oops)
author nenolod
date Thu, 02 Nov 2006 21:44:14 -0800
parents 31f238746877
children a7c823478180
files ChangeLog src/paranormal/paranormal.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 02 21:43:22 2006 -0800
+++ b/ChangeLog	Thu Nov 02 21:44:14 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-03 05:43:22 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [380]
+  - compile with -DFULLSCREEN_HACK to get the fullscreen overlay stuff
+  
+  trunk/src/paranormal/paranormal.c |   19 +++++++++++++++++++
+  1 file changed, 19 insertions(+)
+
+
 2006-11-03 02:25:48 +0000  William Pitcock <nenolod@nenolod.net>
   revision [378]
   - now working on amd64/little-endian. no idea how it was working in bigendian mode, though.
--- a/src/paranormal/paranormal.c	Thu Nov 02 21:43:22 2006 -0800
+++ b/src/paranormal/paranormal.c	Thu Nov 02 21:44:14 2006 -0800
@@ -120,7 +120,7 @@
   sprintf(SDL_windowhack,"SDL_WINDOWID=%d",
           GDK_WINDOW_XWINDOW(gdk_screen_get_root_window(screen)));
           putenv(SDL_windowhack);
-#endif FULLSCREEN_HACK
+#endif
 
   if (SDL_Init (SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_NOPARACHUTE) < 0)
     pn_fatal_error ("Unable to initialize SDL: %s", SDL_GetError ());