Home
last modified time | relevance | path

Searched refs:WIN_WINDOW_PROP (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswindow.c71 && GetProp(hwnd, WIN_WINDOW_PROP)) {
74 (win32RootlessWindowPtr) GetProp(hwnd, WIN_WINDOW_PROP);
165 (win32RootlessWindowPtr) GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMDecorateWindow()
H A Dwinwindow.h54 #define WIN_WINDOW_PROP "cyg_window_prop_rl" macro
H A Dwinmultiwindowwndproc.c327 if ((pWin = GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winTopLevelWindowProc()
389 WIN_WINDOW_PROP, in winTopLevelWindowProc()
868 RemoveProp(hwnd, WIN_WINDOW_PROP); in winTopLevelWindowProc()
989 && GetProp(hWndAbove, WIN_WINDOW_PROP) in winTopLevelWindowProc()
H A Dwinkeyhook.c70 if ((pWin = GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winKeyboardMessageHookLL()
H A Dwinmultiwindowwindow.c455 if (GetProp(hWnd, WIN_WINDOW_PROP)) { in winRestackWindowMultiWindow()
778 if (GetProp(hwnd, WIN_WINDOW_PROP) in winReorderWindowsMultiWindow()
782 pWin = GetProp(hwnd, WIN_WINDOW_PROP); in winReorderWindowsMultiWindow()
H A Dwinwin32rootlesswndproc.c345 (win32RootlessWindowPtr) GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMWindowProc()
375 WIN_WINDOW_PROP, in winMWExtWMWindowProc()
419 RemoveProp(hwnd, WIN_WINDOW_PROP); in winMWExtWMWindowProc()
H A Dwinwin32rootless.c323 (WindowPtr) GetProp(pRLWinPriv->hWnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMCreateFrame()
361 (WindowPtr) GetProp(pRLWinPriv->hWnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMDestroyFrame()
883 (WindowPtr) GetProp(pRLWinPriv->hWnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMRootlessSwitchWindow()
H A Dwinprefs.c177 WindowPtr pWin = GetProp(hwnd, WIN_WINDOW_PROP); in ReloadEnumWindowsProc()
418 pWin = GetProp(hwnd, WIN_WINDOW_PROP); in SetupSysMenu()
H A Dwinmultiwindowwm.c867 GetProp(pNode->msg.hwndWindow, WIN_WINDOW_PROP); in winMultiWindowWMProc()
1896 WindowPtr pWin = GetProp(hWnd, WIN_WINDOW_PROP); in winUpdateWindowPosition()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog78578 hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destruction
78580 The WIN_WINDOW_PROP is removed during WM_DESTROY handling, so it is not neccessary to