| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | windialogs.c | 252 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 D | winshadddnl.c | 241 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 D | winmultiwindowwndproc.c | 292 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 D | winwin32rootlesswndproc.c | 335 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 D | winshadgdi.c | 535 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 D | wintrayicon.c | 52 nid.hWnd = pScreenPriv->hwndScreen; in winInitNotifyIcon() 87 nid.hWnd = pScreenPriv->hwndScreen; in winDeleteNotifyIcon() 117 SetForegroundWindow (pScreenPriv->hwndScreen); in winHandleIconMessage()
|
| H A D | winmouse.c | 274 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 D | winrandr.c | 200 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 D | winscrinit.c | 184 hdc = GetDC(pScreenPriv->hwndScreen); in winScreenInit() 199 ReleaseDC(pScreenPriv->hwndScreen, hdc); in winScreenInit() 537 (HWND) &pScreenPriv->hwndScreen)) { in winFinishScreenInitFB()
|
| H A D | winwndproc.c | 137 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 D | wincursor.c | 96 if ((pScreenPriv->hwndScreen == GetForegroundWindow()) in winPointerWarpCursor() 101 GetClientRect(pScreenPriv->hwndScreen, &rcClient); in winPointerWarpCursor() 104 MapWindowPoints(pScreenPriv->hwndScreen, in winPointerWarpCursor()
|
| H A D | winwindow.h | 147 int dwScreen, HWND hwndScreen);
|
| H A D | winmsgwindow.c | 62 PostMessage(pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0); in winMsgWindowProc()
|
| H A D | wincreatewnd.c | 60 HWND *phwnd = &pScreenPriv->hwndScreen; in winCreateBoundingWindowFullScreen() 138 HWND *phwnd = &pScreenPriv->hwndScreen; in winCreateBoundingWindowWindowed()
|
| H A D | winmultiwindowwm.c | 132 HWND hwndScreen; member 1354 int dwScreen, HWND hwndScreen) in winInitWM() argument 1399 pXMsgArg->hwndScreen = hwndScreen; in winInitWM()
|
| H A D | winwindow.c | 304 SetWindowRgn(winGetScreenPriv(pWin->drawable.pScreen)->hwndScreen, in winUpdateRgnRootless()
|
| H A D | win.h | 456 HWND hwndScreen; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | winpriv.c | 39 hwnd = pWinScreen->hwndScreen; in winGetWindowInfo() 96 return pWinScreen->hwndScreen; in winGetWindowInfo()
|