| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 66 pScreen->ReparentWindow = cs->ReparentWindow; in compCloseScreen() 438 cs->ReparentWindow = pScreen->ReparentWindow; in compScreenInit() 439 pScreen->ReparentWindow = compReparentWindow; in compScreenInit()
|
| H A D | compwindow.c | 437 pScreen->ReparentWindow = cs->ReparentWindow; in compReparentWindow() 469 if (pScreen->ReparentWindow) in compReparentWindow() 470 (*pScreen->ReparentWindow) (pWin, pPriorParent); in compReparentWindow() 471 cs->ReparentWindow = pScreen->ReparentWindow; in compReparentWindow() 472 pScreen->ReparentWindow = compReparentWindow; in compReparentWindow()
|
| H A D | compint.h | 147 ReparentWindowProcPtr ReparentWindow; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 388 WIN_UNWRAP(ReparentWindow); in winReparentWindowMultiWindow() 389 if (pScreen->ReparentWindow) in winReparentWindowMultiWindow() 390 (*pScreen->ReparentWindow) (pWin, pPriorParent); in winReparentWindowMultiWindow() 391 WIN_WRAP(ReparentWindow, winReparentWindowMultiWindow); in winReparentWindowMultiWindow()
|
| H A D | winscrinit.c | 474 WRAP(ReparentWindow); in winFinishScreenInitFB() 488 pScreen->ReparentWindow = winReparentWindowMultiWindow; in winFinishScreenInitFB()
|
| H A D | win.h | 520 ReparentWindowProcPtr ReparentWindow; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 298 DMX_WRAP(ReparentWindow, dmxReparentWindow, dmxScreen, pScreen); in dmxScreenInit() 419 DMX_UNWRAP(ReparentWindow, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmxwindow.c | 903 DMX_UNWRAP(ReparentWindow, dmxScreen, pScreen); in dmxReparentWindow() 905 if (pScreen->ReparentWindow) in dmxReparentWindow() 906 pScreen->ReparentWindow(pWindow, pPriorParent); in dmxReparentWindow() 922 DMX_WRAP(ReparentWindow, dmxReparentWindow, dmxScreen, pScreen); in dmxReparentWindow()
|
| H A D | dmx.h | 213 ReparentWindowProcPtr ReparentWindow; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | window.h | 173 extern _X_EXPORT int ReparentWindow(WindowPtr /*pWin */ ,
|
| H A D | scrnintstr.h | 618 ReparentWindowProcPtr ReparentWindow; member
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 1425 if (SCREENREC(pScreen)->ReparentWindow) { in RootlessReparentWindow() 1426 SCREEN_UNWRAP(pScreen, ReparentWindow); in RootlessReparentWindow() 1427 pScreen->ReparentWindow(pWin, pPriorParent); in RootlessReparentWindow() 1428 SCREEN_WRAP(pScreen, ReparentWindow); in RootlessReparentWindow()
|
| H A D | rootlessCommon.h | 93 ReparentWindowProcPtr ReparentWindow; member
|
| H A D | rootlessScreen.c | 683 WRAP(ReparentWindow); in RootlessWrap()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 314 pScreen->ReparentWindow = (ReparentWindowProcPtr) 0; in miScreenInit()
|
| H A D | mioverlay.c | 145 pScreen->ReparentWindow = miOverlayReparentWindow; in miInitOverlay()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2513 ReparentWindow(WindowPtr pWin, WindowPtr pParent, in ReparentWindow() function 2592 if (pScreen->ReparentWindow) in ReparentWindow() 2593 (*pScreen->ReparentWindow) (pWin, pPriorParent); in ReparentWindow() 2981 ReparentWindow(pWin, pParent, in HandleSaveSet()
|
| H A D | protocol.txt | 436 R007 X11:ReparentWindow
|
| H A D | dispatch.c | 829 return ReparentWindow(pWin, pParent, in ProcReparentWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 123298 we will SEGFAULT. This can happen in XQuartz because ReparentWindow will call 123299 pScreen->ReparentWindow which can DeleteProperty which will CheckWindowOptionalNeed... then 123300 ReparentWindow will call it again later indiscriminantly. 142500 Since ReparentWindow() does a unmap/map pair for windows that are already 142502 before calling ReparentWindow() to avoid the generation of MapRequest
|