diff include/SDL_syswm.h @ 1487:dc6b59e925a2

Cleaning up warnings on MacOS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Mar 2006 06:33:21 +0000
parents bb6839704ed6
children a80e1e0880b8
line wrap: on
line diff
--- a/include/SDL_syswm.h	Wed Mar 08 18:30:12 2006 +0000
+++ b/include/SDL_syswm.h	Thu Mar 09 06:33:21 2006 +0000
@@ -48,7 +48,7 @@
 /* This is the structure for custom window manager events */
 #if SDL_VIDEO_DRIVER_X11
 #if defined(__APPLE__) && defined(__MACH__)
-// conflicts with Quickdraw.h
+/* conflicts with Quickdraw.h */
 #define Cursor X11Cursor
 #endif
 
@@ -56,7 +56,7 @@
 #include <X11/Xatom.h>
 
 #if defined(__APPLE__) && defined(__MACH__)
-// matches the re-define above
+/* matches the re-define above */
 #undef Cursor
 #endif