| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 118 pWinPriv->hWnd = NULL; in winCreateWindowMultiWindow() 176 HWND hWnd = pWinPriv->hWnd; in winPositionWindowMultiWindow() local 200 if (!hWnd) { in winPositionWindowMultiWindow() 208 dwExStyle = GetWindowLongPtr(hWnd, GWL_EXSTYLE); in winPositionWindowMultiWindow() 209 dwStyle = GetWindowLongPtr(hWnd, GWL_STYLE); in winPositionWindowMultiWindow() 235 GetWindowRect(hWnd, &rcOld); in winPositionWindowMultiWindow() 239 GetClientRect(hWnd, &rcClient); in winPositionWindowMultiWindow() 265 MoveWindow(hWnd, in winPositionWindowMultiWindow() 408 HWND hWnd = NULL; in winRestackWindowMultiWindow() 432 if (!pWinPriv || !pWinPriv->hWnd) in winRestackWindowMultiWindow() [all …]
|
| H A D | winwin32rootless.c | 181 pRLWinPriv->hdcScreen = GetDC(pRLWinPriv->hWnd); in InitWin32RootlessEngine() 285 pRLWinPriv->hWnd = CreateWindowExA(WS_EX_TOOLWINDOW, /* Extended styles */ in winMWExtWMCreateFrame() 296 if (pRLWinPriv->hWnd == NULL) { in winMWExtWMCreateFrame() 315 pFrame->wid, pRLWinPriv->hWnd); in winMWExtWMCreateFrame() 323 (WindowPtr) GetProp(pRLWinPriv->hWnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMCreateFrame() 328 pRLWinPriv2, pRLWinPriv2->hWnd); in winMWExtWMCreateFrame() 329 if (pRLWinPriv != pRLWinPriv2 || pRLWinPriv->hWnd != pRLWinPriv2->hWnd) { in winMWExtWMCreateFrame() 353 pRLWinPriv, pRLWinPriv->hWnd); in winMWExtWMDestroyFrame() 361 (WindowPtr) GetProp(pRLWinPriv->hWnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMDestroyFrame() 366 pRLWinPriv2, pRLWinPriv2->hWnd); in winMWExtWMDestroyFrame() [all …]
|
| H A D | winmultiwindowwm.c | 172 winApplyHints(WMInfoPtr pWMInfo, xcb_window_t iWindow, HWND hWnd, HWND * zstyle); 175 winUpdateWindowPosition(HWND hWnd, HWND * zstyle); 524 HWND hWnd = NULL; in getHwnd() local 537 hWnd = *value; in getHwnd() 543 if (!hWnd) in getHwnd() 545 if (!IsWindow(hWnd)) in getHwnd() 548 return hWnd; in getHwnd() 615 HWND hWnd; in UpdateName() local 617 hWnd = getHwnd(pWMInfo, iWindow); in UpdateName() 618 if (!hWnd) in UpdateName() [all …]
|
| H A D | wintaskbar.c | 46 STDMETHOD(AddTab) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_() 47 STDMETHOD(DeleteTab) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_() 48 STDMETHOD(ActivateTab) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_() 49 STDMETHOD(SetActiveAlt) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_() 69 void winShowWindowOnTaskbar(HWND hWnd, Bool show) in winShowWindowOnTaskbar() argument 81 pTaskbarList->lpVtbl->AddTab(pTaskbarList,hWnd); in winShowWindowOnTaskbar() 85 pTaskbarList->lpVtbl->DeleteTab(pTaskbarList,hWnd); in winShowWindowOnTaskbar()
|
| H A D | winwin32rootlesswindow.c | 195 GetWindowPlacement(pRLWinPriv->hWnd, &wndPlace); in winMWExtWMUpdateWindowDecoration() 206 if (IsWindowVisible(pRLWinPriv->hWnd)) in winMWExtWMUpdateWindowDecoration() 216 dwExStyle = GetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE); in winMWExtWMUpdateWindowDecoration() 261 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, WS_EX_APPWINDOW); in winMWExtWMUpdateWindowDecoration() 264 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, in winMWExtWMUpdateWindowDecoration() 278 SetWindowPos(pRLWinPriv->hWnd, NULL, in winMWExtWMUpdateWindowDecoration() 283 wmMsg.hwndWindow = pRLWinPriv->hWnd; in winMWExtWMUpdateWindowDecoration() 322 ShowWindow(pRLWinPriv->hWnd, SW_HIDE); in winMWExtWMUpdateWindowDecoration() 325 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, WS_EX_TOOLWINDOW); in winMWExtWMUpdateWindowDecoration() 328 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, in winMWExtWMUpdateWindowDecoration() [all …]
|
| H A D | winmultiwindowshape.c | 71 SetWindowRgn(winGetWindowPriv(pWin)->hWnd, in winUpdateRgnMultiWindow() 105 if (pWinPriv->hWnd == NULL) in winReshapeMultiWindow() 132 if (!GetClientRect(pWinPriv->hWnd, &rcClient)) { in winReshapeMultiWindow() 140 ClientToScreen(pWinPriv->hWnd, (LPPOINT) &rcClient); in winReshapeMultiWindow() 143 if (!GetWindowRect(pWinPriv->hWnd, &rcWindow)) { in winReshapeMultiWindow()
|
| H A D | winSetAppUserModelID.c | 83 winSetAppUserModelID(HWND hWnd, const char *AppID) in winSetAppUserModelID() argument 93 winDebug("winSetAppUserMOdelID - hwnd 0x%p appid '%s'\n", hWnd, AppID); in winSetAppUserModelID() 95 hr = g_pSHGetPropertyStoreForWindow(hWnd, &IID_IPropertyStore, in winSetAppUserModelID()
|
| H A D | winwindow.h | 78 HWND hWnd; member 159 winSetAppUserModelID(HWND hWnd, const char *AppID); 162 winShowWindowOnTaskbar(HWND hWnd, Bool show);
|
| H A D | winwindowswm.c | 385 pRLWinPriv->hWnd, (int) stuff->frame_style, in ProcWindowsWMFrameDraw() 403 if (!SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, stuff->frame_style_ex)) { in ProcWindowsWMFrameDraw() 408 if (!SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, stuff->frame_style)) { in ProcWindowsWMFrameDraw() 413 if (!SetWindowPos(pRLWinPriv->hWnd, NULL, in ProcWindowsWMFrameDraw() 419 if (!IsWindowVisible(pRLWinPriv->hWnd)) in ProcWindowsWMFrameDraw() 424 ShowWindow(pRLWinPriv->hWnd, nCmdShow); in ProcWindowsWMFrameDraw() 489 SetWindowText(pRLWinPriv->hWnd, title_bytes); in ProcWindowsWMFrameSetTitle()
|
| H A D | wintrayicon.c | 52 nid.hWnd = pScreenPriv->hwndScreen; in winInitNotifyIcon() 87 nid.hWnd = pScreenPriv->hwndScreen; in winDeleteNotifyIcon()
|
| H A D | winmultiwindowicons.h | 33 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, Window id, HICON hIconNew);
|
| H A D | winmultiwindowicons.c | 585 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, Window id, HICON hIconNew) in winUpdateIcon() argument 609 hIconOld = (HICON) SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM) hIcon); in winUpdateIcon() 615 (HICON) SendMessage(hWnd, WM_SETICON, ICON_SMALL, (LPARAM) hIconSmall); in winUpdateIcon()
|
| H A D | win.h | 533 HWND hWnd; member 1010 winWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
| H A D | winmultiwindowwndproc.c | 45 extern void winUpdateWindowPosition(HWND hWnd, HWND * zstyle); 1126 if (!GetProp(pWinPriv->hWnd, WIN_NEEDMANAGE_PROP)) { in winTopLevelWindowProc()
|
| H A D | ddraw.h | 1246 STDMETHOD(SetHWnd) (THIS_ DWORD dwFlags, HWND hWnd) PURE; in DECLARE_INTERFACE_() 1306 STDMETHOD(SetCooperativeLevel) (THIS_ HWND hWnd, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() 1394 STDMETHOD(SetCooperativeLevel) (THIS_ HWND hWnd, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() 1479 STDMETHOD(SetCooperativeLevel) (THIS_ HWND hWnd, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() 1577 STDMETHOD(SetCooperativeLevel) (THIS_ HWND hWnd, DWORD dwFlags) PURE; in DECLARE_INTERFACE_()
|
| H A D | winwin32rootlesswndproc.c | 409 ReleaseDC(pRLWinPriv->hWnd, pRLWinPriv->hdcScreen); in winMWExtWMWindowProc()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | winpriv.c | 51 if (pWinPriv->hWnd == NULL) { in winGetWindowInfo() 56 if (pWinPriv->hWnd != NULL) { in winGetWindowInfo() 58 hwnd = pWinPriv->hWnd; in winGetWindowInfo() 77 if (pRLWinPriv->hWnd != NULL) { in winGetWindowInfo() 79 hwnd = pRLWinPriv->hWnd; in winGetWindowInfo()
|
| /OK3568_Linux_fs/buildroot/package/openvmtools/ |
| H A D | 0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch | 425 -void Poll_SetWindowMessageRecipient(HWND hWnd, UINT msg, Bool alwaysThunk); 774 +void Poll_SetWindowMessageRecipient(HWND hWnd, UINT msg, Bool alwaysThunk);
|