Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo() argument
55 data->monitorHandle = hMonitor; in getMonitorInfo()
H A Dwinprocarg.c112 defaultScreenInfo.hMonitor = MonitorFromWindow(NULL, MONITOR_DEFAULTTOPRIMARY); in winInitializeScreenDefaults()
326 g_ScreenInfo[nScreenNum].hMonitor = data.monitorHandle; in ddxProcessArgument()
377 g_ScreenInfo[nScreenNum].hMonitor = data.monitorHandle; in ddxProcessArgument()
410 g_ScreenInfo[nScreenNum].hMonitor = data.monitorHandle; in ddxProcessArgument()
H A Dwincreatewnd.c474 if (GetMonitorInfo(pScreenInfo->hMonitor, &mi)) { in winGetWorkArea()
560 pScreenInfo->hMonitor)) in winTaskbarOnScreenEdge()
H A Dwin.h358 HMONITOR hMonitor; member