Lines Matching defs:SDL_WindowData
32 typedef struct SDL_WindowData SDL_WindowData; typedef
112 struct SDL_WindowData struct
114 SDL_Window *window;
115 NSWindow *nswindow;
116 NSView *sdlContentView;
117 NSMutableArray *nscontexts;
118 SDL_bool created;
119 SDL_bool inWindowFullscreenTransition;
120 Cocoa_WindowListener *listener;
121 struct SDL_VideoData *videodata;
123 EGLSurface egl_surface;