Home
last modified time | relevance | path

Searched refs:SDL_Appstyle (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.h27 extern Uint32 SDL_Appstyle;
DSDL_windowsevents.c1041 Uint32 SDL_Appstyle = 0; variable
1059 SDL_Appstyle = (CS_BYTEALIGNCLIENT | CS_OWNDC); in SDL_RegisterApp()
1066 SDL_Appstyle = style; in SDL_RegisterApp()
1077 wcex.style = SDL_Appstyle; in SDL_RegisterApp()