From 8cbba79468ee0c2617c7b2847fe02b57b71f2017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 23 Oct 2014 11:46:06 +0000 Subject: [PATCH] [WIN32SS] - In an incredibly daring move, enable the long awaited new cursors & icons implementation, featuring: - Alpha channeled cursors - Animated cursors (only the first frame is displayed now) - Less leaks (tm) - Tests that pass(tm) - Copying icons and cursors from DLL resources, for beautifuler ReactOS, your turn gigaherz ;-) - A lot of other things which I am very proud of. CORE-7575 #resolve svn path=/trunk/; revision=64921 --- reactos/win32ss/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/CMakeLists.txt b/reactos/win32ss/CMakeLists.txt index 361e9db7633..e5bfa1d41eb 100644 --- a/reactos/win32ss/CMakeLists.txt +++ b/reactos/win32ss/CMakeLists.txt @@ -1,6 +1,6 @@ set(USE_DIBLIB FALSE) -set(USE_NEW_CURSORICON FALSE) +set(USE_NEW_CURSORICON TRUE) # Give WIN32 subsystem its own project. PROJECT(WIN32SS)