diff src/video/cocoa/SDL_cocoavideo.h @ 3280:00cace2d9080

Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 13:29:40 +0000
parents 54fac87e1f34
children 1ab77e93a6c9
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.h	Sat Sep 19 12:48:52 2009 +0000
+++ b/src/video/cocoa/SDL_cocoavideo.h	Sat Sep 19 13:29:40 2009 +0000
@@ -41,6 +41,8 @@
 
 /* Private display data */
 
+@class SDLTranslatorResponder;
+
 typedef struct SDL_VideoData
 {
     SInt32 osversion;
@@ -48,7 +50,7 @@
     int mouse;
     int keyboard;
     void *key_layout;
-    NSText *fieldEdit;
+    SDLTranslatorResponder *fieldEdit;
     Uint32 screensaver_activity;
 } SDL_VideoData;