diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-06-05 21:31:22 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-06-05 21:31:22 -0700 |
commit | cdc319cb120e1e5f48be1318da03e83b8b89da70 (patch) | |
tree | cb967a9b8ea20f8dfe6e231f5cd10ddc4d008084 /include | |
parent | 6a0ed22cdc0c2688c01c60597688eedbb291d080 (diff) |
This patch isn't needed because you have the window and can do [nswindow contentView] yourself.
I'm rolling this back so we minimize the things exposed that we have to keep consistent in the API.
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_syswm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h index 539724f9e7..3ea026b44d 100644 --- a/include/SDL_syswm.h +++ b/include/SDL_syswm.h @@ -82,7 +82,6 @@ struct SDL_SysWMinfo; #include <Cocoa/Cocoa.h> #else typedef struct _NSWindow NSWindow; -typedef struct _NSView NSView; #endif #endif @@ -188,7 +187,6 @@ struct SDL_SysWMinfo struct { NSWindow *window; /* The Cocoa window */ - NSView *view; /* The Cocoa view */ } cocoa; #endif #if defined(SDL_VIDEO_DRIVER_UIKIT) |