Author: jgardou
Date: Thu Oct 23 11:46:06 2014
New Revision: 64921
URL:
http://svn.reactos.org/svn/reactos?rev=64921&view=rev
Log:
[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
Modified:
trunk/reactos/win32ss/CMakeLists.txt
Modified: trunk/reactos/win32ss/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/CMakeLists.txt?rev…
==============================================================================
--- trunk/reactos/win32ss/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/win32ss/CMakeLists.txt [iso-8859-1] Thu Oct 23 11:46:06 2014
@@ -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)