Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32window.h @ 1933:7ee5297340f7
Implemented Cocoa window support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jul 2006 05:03:02 +0000 |
parents | 83420da906a5 |
children | 7177581dc9fa |
comparison
equal
deleted
inserted
replaced
1932:dc864bcabcc4 | 1933:7ee5297340f7 |
---|---|
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #ifndef _SDL_win32window_h | 24 #ifndef _SDL_win32window_h |
25 #define _SDL_win32window_h | 25 #define _SDL_win32window_h |
26 | |
27 #include "../SDL_sysvideo.h" | |
28 #include "SDL_win32video.h" | |
29 | 26 |
30 typedef struct | 27 typedef struct |
31 { | 28 { |
32 SDL_WindowID windowID; | 29 SDL_WindowID windowID; |
33 HWND hwnd; | 30 HWND hwnd; |