summaryrefslogtreecommitdiffstats
path: root/krdc/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Collins <solemnwarning@solemnwarning.net>2025-04-16 21:05:48 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-28 21:11:09 +0900
commitb2cb25ce7dde70c48747856d22dfac03f27033e1 (patch)
tree40e3e2ce56b49bff825a808404414ac1ae6bf104 /krdc/CMakeLists.txt
parentee1f23d33da9a253c87a8f73e3decc7b97e19a85 (diff)
downloadtdenetwork-b2cb25ce.tar.gz
tdenetwork-b2cb25ce.zip
Use the normal mouse pointer when local mouse pointer is enabled in krdc.
The previously-included mouse pointer is invisible against dark backgrounds. https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98 (cherry picked from commit 40e3e626e4cc8bb2d65788e3c097ddae4192c4d8)
Diffstat (limited to 'krdc/CMakeLists.txt')
-rw-r--r--krdc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/CMakeLists.txt b/krdc/CMakeLists.txt
index d58b4b45..c4351514 100644
--- a/krdc/CMakeLists.txt
+++ b/krdc/CMakeLists.txt
@@ -33,7 +33,7 @@ link_directories(
tde_install_icons( krdc )
install( FILES
- pointcursor.png pointcursormask.png pinup.png pindown.png
+ pinup.png pindown.png
iconify.png close.png
DESTINATION ${DATA_INSTALL_DIR}/krdc/pics )