Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c72 GetWindowStyle(SDL_Window * window) in GetWindowStyle() function
321 style |= GetWindowStyle(window); in WIN_CreateWindow()
614 style |= GetWindowStyle(window); in WIN_SetWindowBordered()
631 style |= GetWindowStyle(window); in WIN_SetWindowResizable()
665 style |= GetWindowStyle(window); in WIN_SetWindowFullscreen()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m281 GetWindowStyle(SDL_Window * window) function
719 SetWindowStyle(window, GetWindowStyle(window));
1463 style = GetWindowStyle(window);
1788 if (SetWindowStyle(window, GetWindowStyle(window))) {
1806 SetWindowStyle(window, GetWindowStyle(window));

Completed in 7 milliseconds