| /xsrc/external/mit/libX11/dist/src/ |
| H A D | RepWindow.c | 43 GetReq(ReparentWindow, req);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | otp.h | 25 int ReparentWindow(Display *display, TwmWindow *twm_win,
|
| H A D | ctwm_shutdown.c | 144 ReparentWindow(dpy, tmp, WinWin, Scr->Root, xbox, ybox);
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compinit.c | 66 pScreen->ReparentWindow = cs->ReparentWindow; 390 cs->ReparentWindow = pScreen->ReparentWindow; 391 pScreen->ReparentWindow = compReparentWindow;
|
| H A D | compwindow.c | 416 pScreen->ReparentWindow = cs->ReparentWindow; 447 if (pScreen->ReparentWindow) 448 (*pScreen->ReparentWindow) (pWin, pPriorParent); 449 cs->ReparentWindow = pScreen->ReparentWindow; 450 pScreen->ReparentWindow = compReparentWindow;
|
| H A D | compint.h | 141 ReparentWindowProcPtr ReparentWindow; member in struct:_CompScreen
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compinit.c | 66 pScreen->ReparentWindow = cs->ReparentWindow; 400 cs->ReparentWindow = pScreen->ReparentWindow; 401 pScreen->ReparentWindow = compReparentWindow;
|
| H A D | compwindow.c | 444 pScreen->ReparentWindow = cs->ReparentWindow; 476 if (pScreen->ReparentWindow) 477 (*pScreen->ReparentWindow) (pWin, pPriorParent); 478 cs->ReparentWindow = pScreen->ReparentWindow; 479 pScreen->ReparentWindow = compReparentWindow;
|
| H A D | compint.h | 147 ReparentWindowProcPtr ReparentWindow; member in struct:_CompScreen
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | window.h | 173 extern _X_EXPORT int ReparentWindow(WindowPtr /*pWin */ ,
|
| H A D | scrnintstr.h | 618 ReparentWindowProcPtr ReparentWindow; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | window.h | 181 extern _X_EXPORT int ReparentWindow(
|
| H A D | scrnintstr.h | 532 ReparentWindowProcPtr ReparentWindow; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 366 * ReparentWindow - See Porting Layer Definition - p. 42 379 WIN_UNWRAP(ReparentWindow); 380 if (pScreen->ReparentWindow) 381 (*pScreen->ReparentWindow)(pWin, pPriorParent); 382 WIN_WRAP(ReparentWindow, winReparentWindowMultiWindow);
|
| H A D | winscrinit.c | 513 WRAP(ReparentWindow); 527 pScreen->ReparentWindow = winReparentWindowMultiWindow;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winscrinit.c | 419 WRAP(ReparentWindow); 434 pScreen->ReparentWindow = winReparentWindowMultiWindow;
|
| H A D | winmultiwindowwindow.c | 372 * ReparentWindow - See Porting Layer Definition - p. 42 388 WIN_UNWRAP(ReparentWindow); 389 if (pScreen->ReparentWindow) 390 (*pScreen->ReparentWindow) (pWin, pPriorParent); 391 WIN_WRAP(ReparentWindow, winReparentWindowMultiWindow);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxscrinit.c | 323 DMX_WRAP(ReparentWindow, dmxReparentWindow, dmxScreen, pScreen); 456 DMX_UNWRAP(ReparentWindow, dmxScreen, pScreen);
|
| H A D | dmx.h | 213 ReparentWindowProcPtr ReparentWindow; member in struct:_DMXScreenInfo
|
| H A D | dmxwindow.c | 223 from ReparentWindow and the grandparent window has not yet been 880 DMX_UNWRAP(ReparentWindow, dmxScreen, pScreen); 882 if (pScreen->ReparentWindow) 883 pScreen->ReparentWindow(pWindow, pPriorParent); 899 DMX_WRAP(ReparentWindow, dmxReparentWindow, dmxScreen, pScreen);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miscrinit.c | 276 pScreen->ReparentWindow = (ReparentWindowProcPtr) 0;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessCommon.h | 93 ReparentWindowProcPtr ReparentWindow; member in struct:_RootlessScreenRec
|
| H A D | rootlessWindow.c | 1403 if (SCREENREC(pScreen)->ReparentWindow) { 1404 SCREEN_UNWRAP(pScreen, ReparentWindow); 1405 pScreen->ReparentWindow(pWin, pPriorParent); 1406 SCREEN_WRAP(pScreen, ReparentWindow);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miscrinit.c | 286 pScreen->ReparentWindow = (ReparentWindowProcPtr) 0;
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessCommon.h | 93 ReparentWindowProcPtr ReparentWindow; member in struct:_RootlessScreenRec
|