Home
last modified time | relevance | path

Searched refs:ReparentWindow (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c66 pScreen->ReparentWindow = cs->ReparentWindow; in compCloseScreen()
438 cs->ReparentWindow = pScreen->ReparentWindow; in compScreenInit()
439 pScreen->ReparentWindow = compReparentWindow; in compScreenInit()
H A Dcompwindow.c437 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 Dcompint.h147 ReparentWindowProcPtr ReparentWindow; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwindow.c388 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 Dwinscrinit.c474 WRAP(ReparentWindow); in winFinishScreenInitFB()
488 pScreen->ReparentWindow = winReparentWindowMultiWindow; in winFinishScreenInitFB()
H A Dwin.h520 ReparentWindowProcPtr ReparentWindow; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c298 DMX_WRAP(ReparentWindow, dmxReparentWindow, dmxScreen, pScreen); in dmxScreenInit()
419 DMX_UNWRAP(ReparentWindow, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c903 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 Ddmx.h213 ReparentWindowProcPtr ReparentWindow; member
/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h173 extern _X_EXPORT int ReparentWindow(WindowPtr /*pWin */ ,
H A Dscrnintstr.h618 ReparentWindowProcPtr ReparentWindow; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c1425 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 DrootlessCommon.h93 ReparentWindowProcPtr ReparentWindow; member
H A DrootlessScreen.c683 WRAP(ReparentWindow); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c314 pScreen->ReparentWindow = (ReparentWindowProcPtr) 0; in miScreenInit()
H A Dmioverlay.c145 pScreen->ReparentWindow = miOverlayReparentWindow; in miInitOverlay()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c2513 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 Dprotocol.txt436 R007 X11:ReparentWindow
H A Ddispatch.c829 return ReparentWindow(pWin, pParent, in ProcReparentWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog123298 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