Searched refs:oldCopyWindowProc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c1162 CopyWindowProcPtr oldCopyWindowProc = NULL; local in function:RootlessMoveWindow
1202 oldCopyWindowProc = pScreen->CopyWindow;
1207 pScreen->CopyWindow = oldCopyWindowProc;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c1182 CopyWindowProcPtr oldCopyWindowProc = NULL; local in function:RootlessMoveWindow
1223 oldCopyWindowProc = pScreen->CopyWindow;
1228 pScreen->CopyWindow = oldCopyWindowProc;

Completed in 7 milliseconds