Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoawindow.h @ 3506:e829b6098435
Added support for placing windows on different displays
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 01 Dec 2009 11:50:00 +0000 |
parents | 4b1f10cfd304 |
children | 64ce267332c6 |
comparison
equal
deleted
inserted
replaced
3505:a1bf34bc2a58 | 3506:e829b6098435 |
---|---|
70 struct SDL_WindowData | 70 struct SDL_WindowData |
71 { | 71 { |
72 SDL_WindowID windowID; | 72 SDL_WindowID windowID; |
73 NSWindow *window; | 73 NSWindow *window; |
74 SDL_bool created; | 74 SDL_bool created; |
75 CGDirectDisplayID display; | |
75 Cocoa_WindowListener *listener; | 76 Cocoa_WindowListener *listener; |
76 struct SDL_VideoData *videodata; | 77 struct SDL_VideoData *videodata; |
77 }; | 78 }; |
78 | 79 |
79 extern int Cocoa_CreateWindow(_THIS, SDL_Window * window); | 80 extern int Cocoa_CreateWindow(_THIS, SDL_Window * window); |