Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwindow.c118 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 Dwinwin32rootless.c181 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 Dwinmultiwindowwm.c172 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 Dwintaskbar.c46 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 Dwinwin32rootlesswindow.c195 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 Dwinmultiwindowshape.c71 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 DwinSetAppUserModelID.c83 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 Dwinwindow.h78 HWND hWnd; member
159 winSetAppUserModelID(HWND hWnd, const char *AppID);
162 winShowWindowOnTaskbar(HWND hWnd, Bool show);
H A Dwinwindowswm.c385 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 Dwintrayicon.c52 nid.hWnd = pScreenPriv->hwndScreen; in winInitNotifyIcon()
87 nid.hWnd = pScreenPriv->hwndScreen; in winDeleteNotifyIcon()
H A Dwinmultiwindowicons.h33 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, Window id, HICON hIconNew);
H A Dwinmultiwindowicons.c585 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 Dwin.h533 HWND hWnd; member
1010 winWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
H A Dwinmultiwindowwndproc.c45 extern void winUpdateWindowPosition(HWND hWnd, HWND * zstyle);
1126 if (!GetProp(pWinPriv->hWnd, WIN_NEEDMANAGE_PROP)) { in winTopLevelWindowProc()
H A Dddraw.h1246 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 Dwinwin32rootlesswndproc.c409 ReleaseDC(pRLWinPriv->hWnd, pRLWinPriv->hdcScreen); in winMWExtWMWindowProc()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dwinpriv.c51 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 D0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch425 -void Poll_SetWindowMessageRecipient(HWND hWnd, UINT msg, Bool alwaysThunk);
774 +void Poll_SetWindowMessageRecipient(HWND hWnd, UINT msg, Bool alwaysThunk);