Home
last modified time | relevance | path

Searched refs:in_window_deactivation (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.h46 SDL_bool in_window_deactivation; member
DSDL_windowsevents.c441 data->in_window_deactivation = SDL_TRUE; in WIN_WindowProc()
450 data->in_window_deactivation = SDL_FALSE; in WIN_WindowProc()
DSDL_windowswindow.c594 if (data->windowed_mode_was_maximized && !data->in_window_deactivation) { in WIN_SetWindowFullscreen()