Searched refs:yScreen (Results 1 – 1 of 1) sorted by relevance
282 int yScreen = GetDeviceCaps( hdc, VERTRES ); in adjustWindowPos() local293 if ((popY + popHeight) > yScreen) in adjustWindowPos()294 popY = yScreen - popHeight; in adjustWindowPos()
Completed in 11 milliseconds