Searched refs:WIN_WINDOW_PROP (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwin32rootlesswindow.c | 71 && GetProp(hwnd, WIN_WINDOW_PROP)) { 74 (win32RootlessWindowPtr) GetProp(hwnd, WIN_WINDOW_PROP); 165 (win32RootlessWindowPtr) GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMDecorateWindow()
|
| H A D | winwindow.h | 54 #define WIN_WINDOW_PROP "cyg_window_prop_rl" macro
|
| H A D | winmultiwindowwndproc.c | 327 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 D | winkeyhook.c | 70 if ((pWin = GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winKeyboardMessageHookLL()
|
| H A D | winmultiwindowwindow.c | 455 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 D | winwin32rootlesswndproc.c | 345 (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 D | winwin32rootless.c | 323 (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 D | winprefs.c | 177 WindowPtr pWin = GetProp(hwnd, WIN_WINDOW_PROP); in ReloadEnumWindowsProc() 418 pWin = GetProp(hwnd, WIN_WINDOW_PROP); in SetupSysMenu()
|
| H A D | winmultiwindowwm.c | 867 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 D | ChangeLog | 78578 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
|