diff options
author | marha <marha@users.sourceforge.net> | 2010-11-02 08:25:18 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-02 08:25:18 +0000 |
commit | e917c45e1fe37347084167de1b92dd10ee63bebf (patch) | |
tree | 44a2627d35457a051e7414357c1f805603115b2f /xorg-server/hw/xwin/winglobals.c | |
parent | 21bb0e6badd67f4118d8e8a21aa7691dbde41c76 (diff) | |
download | vcxsrv-e917c45e1fe37347084167de1b92dd10ee63bebf.tar.gz vcxsrv-e917c45e1fe37347084167de1b92dd10ee63bebf.tar.bz2 vcxsrv-e917c45e1fe37347084167de1b92dd10ee63bebf.zip |
Remove no-longer needed tricks used to hide the clipboard client from XDM to prevent
it from being killed
Diffstat (limited to 'xorg-server/hw/xwin/winglobals.c')
-rw-r--r-- | xorg-server/hw/xwin/winglobals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winglobals.c b/xorg-server/hw/xwin/winglobals.c index f80d09364..49b111564 100644 --- a/xorg-server/hw/xwin/winglobals.c +++ b/xorg-server/hw/xwin/winglobals.c @@ -91,7 +91,6 @@ FARPROC g_fpTrackMouseEvent = (FARPROC) (void (*)(void))NoopDDA; * Wrapped DIX functions
*/
winDispatchProcPtr winProcEstablishConnectionOrig = NULL;
-winDispatchProcPtr winProcQueryTreeOrig = NULL;
winDispatchProcPtr winProcSetSelectionOwnerOrig = NULL;
|