Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoawindow.h @ 1951:7177581dc9fa
Initial work on X11 window code in.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 Jul 2006 06:53:23 +0000 |
parents | 83946ee0ff1f |
children | ba0d62354872 |
comparison
equal
deleted
inserted
replaced
1950:a344e42bce3b | 1951:7177581dc9fa |
---|---|
64 | 64 |
65 struct SDL_WindowData | 65 struct SDL_WindowData |
66 { | 66 { |
67 SDL_WindowID windowID; | 67 SDL_WindowID windowID; |
68 NSWindow *window; | 68 NSWindow *window; |
69 BOOL created; | 69 SDL_bool created; |
70 Cocoa_WindowListener *listener; | 70 Cocoa_WindowListener *listener; |
71 struct SDL_VideoData *videodata; | 71 struct SDL_VideoData *videodata; |
72 }; | 72 }; |
73 | 73 |
74 extern int Cocoa_CreateWindow(_THIS, SDL_Window * window); | 74 extern int Cocoa_CreateWindow(_THIS, SDL_Window * window); |