Searched refs:startupInfo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincreatewnd.c155 STARTUPINFO startupInfo; local in function:winCreateBoundingWindowWindowed
157 GetStartupInfo(&startupInfo);
158 if (startupInfo.dwFlags & STARTF_USESHOWWINDOW &&
159 startupInfo.wShowWindow == SW_HIDE) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincreatewnd.c187 STARTUPINFO startupInfo; local in function:winCreateBoundingWindowWindowed
188 GetStartupInfo(&startupInfo);
189 if (startupInfo.dwFlags & STARTF_USESHOWWINDOW &&
190 startupInfo.wShowWindow == SW_HIDE)

Completed in 3 milliseconds