Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c563 int nCmdShow; in WIN_ShowWindow() local
566 nCmdShow = SW_SHOW; in WIN_ShowWindow()
569 nCmdShow = SW_SHOWNOACTIVATE; in WIN_ShowWindow()
571 ShowWindow(hwnd, nCmdShow); in WIN_ShowWindow()

Completed in 4 milliseconds