Lines Matching refs:DestroyWindow
83 /* Do not unwrap PositionWindow nor DestroyWindow. If the DDX
85 * PositionWindow. Also, DestroyWindow is only wrapped if the DDX
1280 /* Unwrap DestroyWindow, which was wrapped in DbeExtensionInit(). */
1281 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow;
1295 * This is the wrapper for pScreen->DestroyWindow.
1317 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow;
1345 ret = (*pScreen->DestroyWindow) (pWin);
1354 pDbeScreenPriv->DestroyWindow = pScreen->DestroyWindow;
1355 pScreen->DestroyWindow = DbeDestroyWindow;
1452 /* Wrap DestroyWindow. The DDX initialization function
1456 pDbeScreenPriv->DestroyWindow = pScreen->DestroyWindow;
1457 pScreen->DestroyWindow = DbeDestroyWindow;