diff src/video/photon/SDL_ph_video.h @ 1482:141528317f4f

QNX changes from Mike Gorchak
author Sam Lantinga <slouken@libsdl.org>
date Wed, 08 Mar 2006 01:55:32 +0000
parents d910939febfa
children 782fd950bd46 a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/photon/SDL_ph_video.h	Tue Mar 07 16:02:59 2006 +0000
+++ b/src/video/photon/SDL_ph_video.h	Wed Mar 08 01:55:32 2006 +0000
@@ -140,7 +140,7 @@
 #define currently_fullscreen  (this->hidden->currently_fullscreen)
 #define currently_hided       (this->hidden->currently_hided)
 #define currently_maximized   (this->hidden->currently_maximized)
-#define event                 (this->hidden->event)
+#define phevent               (this->hidden->event)
 #define current_overlay       (this->hidden->overlay)
 #define desktop_mode          (this->hidden->desktop_mode)
 #define mouse_relative        (this->hidden->mouse_relative)