Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwindialogs.c252 PostMessage(pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0); in winDisplayExitDialog()
272 pScreenPriv->hwndScreen, in winDisplayExitDialog()
326 PostMessage(s_pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0); in winExitDlgProc()
331 PostMessage(s_pScreenPriv->hwndScreen, WM_NULL, 0, 0); in winExitDlgProc()
339 PostMessage(s_pScreenPriv->hwndScreen, WM_NULL, 0, 0); in winExitDlgProc()
358 PostMessage(s_pScreenPriv->hwndScreen, WM_NULL, 0, 0); in winExitDlgProc()
390 pScreenPriv->hwndScreen, in winDisplayDepthChangeDialog()
401 ShowWindow(pScreenPriv->hwndScreen, SW_MINIMIZE); in winDisplayDepthChangeDialog()
492 PostMessage(s_pScreenPriv->hwndScreen, WM_NULL, 0, 0); in winChangeDepthDlgProc()
522 pScreenPriv->hwndScreen, in winDisplayAboutDialog()
[all …]
H A Dwinshadddnl.c241 0, pScreenPriv->hwndScreen); in winAllocateFBShadowDDNL()
284 pScreenPriv->hwndScreen, in winAllocateFBShadowDDNL()
376 pScreenPriv->hwndScreen, in winAllocateFBShadowDDNL()
546 MapWindowPoints(pScreenPriv->hwndScreen, in winShadowUpdateDDNL()
645 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowDDNL()
679 ReleaseDC(pScreenPriv->hwndScreen, pScreenPriv->hdcScreen); in winCloseScreenShadowDDNL()
682 RemoveProp(pScreenPriv->hwndScreen, WIN_SCR_PROP); in winCloseScreenShadowDDNL()
695 if (pScreenPriv->hwndScreen) { in winCloseScreenShadowDDNL()
696 DestroyWindow(pScreenPriv->hwndScreen); in winCloseScreenShadowDDNL()
697 pScreenPriv->hwndScreen = NULL; in winCloseScreenShadowDDNL()
[all …]
H A Dwinmultiwindowwndproc.c292 g_uipMousePollingTimerID = SetTimer(s_pScreenPriv->hwndScreen, in winStartMousePolling()
312 HWND hwndScreen = NULL; in winTopLevelWindowProc() local
342 hwndScreen = s_pScreenPriv->hwndScreen; in winTopLevelWindowProc()
379 ErrorF("hwndScreen %08X\n", hwndScreen); in winTopLevelWindowProc()
460 if (hwndScreen == NULL) in winTopLevelWindowProc()
562 KillTimer(s_pScreenPriv->hwndScreen, WIN_POLLING_MOUSE_TIMER_ID); in winTopLevelWindowProc()
682 SendMessage(hwndScreen, message, wParam, lParam); in winTopLevelWindowProc()
694 SendMessage(hwndScreen, message, wParam, lParam); in winTopLevelWindowProc()
793 return winWindowProc(hwndScreen, message, wParam, lParam); in winTopLevelWindowProc()
799 return winWindowProc(hwndScreen, message, wParam, lParam); in winTopLevelWindowProc()
[all …]
H A Dwinwin32rootlesswndproc.c335 HWND hwndScreen = NULL; in winMWExtWMWindowProc() local
353 hwndScreen = pScreenPriv->hwndScreen; in winMWExtWMWindowProc()
362 winDebug("\thwndScreen %p\n", hwndScreen); in winMWExtWMWindowProc()
467 KillTimer(pScreenPriv->hwndScreen, WIN_POLLING_MOUSE_TIMER_ID); in winMWExtWMWindowProc()
499 g_uipMousePollingTimerID = SetTimer(pScreenPriv->hwndScreen, in winMWExtWMWindowProc()
518 g_uipMousePollingTimerID = SetTimer(pScreenPriv->hwndScreen, in winMWExtWMWindowProc()
600 SendMessage(hwndScreen, message, wParam, lParam); in winMWExtWMWindowProc()
609 SendMessage(hwndScreen, message, wParam, lParam); in winMWExtWMWindowProc()
658 SendMessage(hwndScreen, message, wParam, lParam); in winMWExtWMWindowProc()
669 SendMessage(hwndScreen, message, wParam, lParam); in winMWExtWMWindowProc()
[all …]
H A Dwinshadgdi.c535 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowGDI()
587 RemoveProp(pScreenPriv->hwndScreen, WIN_SCR_PROP); in winCloseScreenShadowGDI()
595 ReleaseDC(pScreenPriv->hwndScreen, pScreenPriv->hdcScreen); in winCloseScreenShadowGDI()
608 if (pScreenPriv->hwndScreen) { in winCloseScreenShadowGDI()
609 DestroyWindow(pScreenPriv->hwndScreen); in winCloseScreenShadowGDI()
610 pScreenPriv->hwndScreen = NULL; in winCloseScreenShadowGDI()
752 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowGDI()
769 EndPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowGDI()
774 (LPARAM) pScreenPriv->hwndScreen); in winBltExposedRegionsShadowGDI()
809 ShowWindow(pScreenPriv->hwndScreen, SW_RESTORE); in winActivateAppShadowGDI()
[all …]
H A Dwintrayicon.c52 nid.hWnd = pScreenPriv->hwndScreen; in winInitNotifyIcon()
87 nid.hWnd = pScreenPriv->hwndScreen; in winDeleteNotifyIcon()
117 SetForegroundWindow (pScreenPriv->hwndScreen); in winHandleIconMessage()
H A Dwinmouse.c274 SetTimer(pScreenPriv->hwndScreen, in winMouseButtonsHandle()
287 KillTimer(pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID); in winMouseButtonsHandle()
302 KillTimer(pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID); in winMouseButtonsHandle()
H A Dwinrandr.c200 dwExStyle = GetWindowLongPtr(pScreenPriv->hwndScreen, GWL_EXSTYLE); in winRandRScreenSetSize()
201 dwStyle = GetWindowLongPtr(pScreenPriv->hwndScreen, GWL_STYLE); in winRandRScreenSetSize()
213 SetWindowPos(pScreenPriv->hwndScreen, NULL, in winRandRScreenSetSize()
H A Dwinscrinit.c184 hdc = GetDC(pScreenPriv->hwndScreen); in winScreenInit()
199 ReleaseDC(pScreenPriv->hwndScreen, hdc); in winScreenInit()
537 (HWND) &pScreenPriv->hwndScreen)) { in winFinishScreenInitFB()
H A Dwinwndproc.c137 s_pScreenPriv->hwndScreen = hwnd; in winWindowProc()
903 KillTimer(s_pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID); in winWindowProc()
1188 ShowWindow(s_pScreenPriv->hwndScreen, SW_HIDE); in winWindowProc()
1190 ShowWindow(s_pScreenPriv->hwndScreen, SW_SHOW); in winWindowProc()
H A Dwincursor.c96 if ((pScreenPriv->hwndScreen == GetForegroundWindow()) in winPointerWarpCursor()
101 GetClientRect(pScreenPriv->hwndScreen, &rcClient); in winPointerWarpCursor()
104 MapWindowPoints(pScreenPriv->hwndScreen, in winPointerWarpCursor()
H A Dwinwindow.h147 int dwScreen, HWND hwndScreen);
H A Dwinmsgwindow.c62 PostMessage(pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0); in winMsgWindowProc()
H A Dwincreatewnd.c60 HWND *phwnd = &pScreenPriv->hwndScreen; in winCreateBoundingWindowFullScreen()
138 HWND *phwnd = &pScreenPriv->hwndScreen; in winCreateBoundingWindowWindowed()
H A Dwinmultiwindowwm.c132 HWND hwndScreen; member
1354 int dwScreen, HWND hwndScreen) in winInitWM() argument
1399 pXMsgArg->hwndScreen = hwndScreen; in winInitWM()
H A Dwinwindow.c304 SetWindowRgn(winGetScreenPriv(pWin->drawable.pScreen)->hwndScreen, in winUpdateRgnRootless()
H A Dwin.h456 HWND hwndScreen; member
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dwinpriv.c39 hwnd = pWinScreen->hwndScreen; in winGetWindowInfo()
96 return pWinScreen->hwndScreen; in winGetWindowInfo()