diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-21 18:12:11 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-29 19:11:59 +0100 |
commit | bd592c2e7edb7cd3dd06dd6c13b559bd6c498596 (patch) | |
tree | 2b33c92ce02ed89726cd32d0e46ff578aad1361f /nx-X11/lib/Xtst/Xtst-def.cpp | |
parent | b768e8124b8c76a7617a51fee56bc85c1d54e8c5 (diff) | |
download | nx-libs-bd592c2e7edb7cd3dd06dd6c13b559bd6c498596.tar.gz nx-libs-bd592c2e7edb7cd3dd06dd6c13b559bd6c498596.tar.bz2 nx-libs-bd592c2e7edb7cd3dd06dd6c13b559bd6c498596.zip |
library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared library. (Fixes ArcticaProject/nx-libs#32).
Diffstat (limited to 'nx-X11/lib/Xtst/Xtst-def.cpp')
-rw-r--r-- | nx-X11/lib/Xtst/Xtst-def.cpp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/nx-X11/lib/Xtst/Xtst-def.cpp b/nx-X11/lib/Xtst/Xtst-def.cpp deleted file mode 100644 index a103ad497..000000000 --- a/nx-X11/lib/Xtst/Xtst-def.cpp +++ /dev/null @@ -1,32 +0,0 @@ -LIBRARY XTST -VERSION LIBRARY_VERSION -EXPORTS - XTestCompareCurrentCursorWithWindow - XTestCompareCursorWithWindow - XTestDiscard - XTestFakeButtonEvent - XTestFakeDeviceButtonEvent - XTestFakeDeviceKeyEvent - XTestFakeDeviceMotionEvent - XTestFakeKeyEvent - XTestFakeMotionEvent - XTestFakeProximityEvent - XTestFakeRelativeMotionEvent - XTestGrabControl - XTestQueryExtension - XTestSetGContextOfGC - XTestSetVisualIDOfVisual - XRecordQueryVersion - XRecordCreateContext - XRecordAllocRange - XRecordRegisterClients - XRecordUnregisterClients - XRecordGetContext - XRecordFreeState - XRecordEnableContext - XRecordEnableContextAsync - XRecordProcessReplies - XRecordFreeData - XRecordDisableContext - XRecordFreeContext -/* $Xorg: Xtst-def.cpp,v 1.3 2000/08/17 19:46:23 cpqbld Exp $ */ |