21#include "../../SDL_internal.h"
23#if SDL_VIDEO_DRIVER_NACL
25#include "../SDL_sysvideo.h"
27#include "../../events/SDL_mouse_c.h"
28#include "../../events/SDL_keyboard_c.h"
49 window->flags &= ~SDL_WINDOW_RESIZABLE;
51 window->flags &= ~SDL_WINDOW_HIDDEN;
void SDL_SetKeyboardFocus(SDL_Window *window)
void SDL_SetMouseFocus(SDL_Window *window)
void NACL_SetWindowTitle(_THIS, SDL_Window *window)
void NACL_DestroyWindow(_THIS, SDL_Window *window)
int NACL_CreateWindow(_THIS, SDL_Window *window)
static SDL_VideoDevice * _this
EGLSurface EGLNativeWindowType * window
The type used to identify a window.