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.h | |
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.h')
-rw-r--r-- | xorg-server/hw/xwin/winglobals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winglobals.h b/xorg-server/hw/xwin/winglobals.h index 898b9388a..dd7c72949 100644 --- a/xorg-server/hw/xwin/winglobals.h +++ b/xorg-server/hw/xwin/winglobals.h @@ -64,7 +64,6 @@ typedef int (*winDispatchProcPtr) (ClientPtr); * Wrapped DIX functions
*/
extern winDispatchProcPtr winProcEstablishConnectionOrig;
-extern winDispatchProcPtr winProcQueryTreeOrig;
extern winDispatchProcPtr winProcSetSelectionOwnerOrig;
#endif
|