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

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c630 static CopyWindowProcPtr gResizeOldCopyWindowProc = NULL; variable in typeref:typename:CopyWindowProcPtr
1059 gResizeOldCopyWindowProc = pScreen->CopyWindow;
1147 pScreen->CopyWindow = gResizeOldCopyWindowProc;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c633 static CopyWindowProcPtr gResizeOldCopyWindowProc = NULL; variable in typeref:typename:CopyWindowProcPtr
1081 gResizeOldCopyWindowProc = pScreen->CopyWindow;
1168 pScreen->CopyWindow = gResizeOldCopyWindowProc;

Completed in 5 milliseconds