[ros-diffs] [ekohl] 26476: Add default cursors using IDs 100 to 116 because these IDs are used by Windows and the Mouse Control Panel Applet will use these IDs to show the default cursor scheme. The old cursor resources will be removed as soon as cursor schemes are properly loaded by user32.dll and win32k.sys.
ekohl at svn.reactos.org
ekohl at svn.reactos.org
Mon Apr 23 19:07:46 CEST 2007
Author: ekohl
Date: Mon Apr 23 21:07:46 2007
New Revision: 26476
URL: http://svn.reactos.org/svn/reactos?rev=26476&view=rev
Log:
Add default cursors using IDs 100 to 116 because these IDs are used by Windows and the Mouse Control Panel Applet will use these IDs to show the default cursor scheme. The old cursor resources will be removed as soon as cursor schemes are properly loaded by user32.dll and win32k.sys.
Modified:
trunk/reactos/dll/win32/user32/user32.rc
Modified: trunk/reactos/dll/win32/user32/user32.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/user32.rc?rev=26476&r1=26475&r2=26476&view=diff
==============================================================================
--- trunk/reactos/dll/win32/user32/user32.rc (original)
+++ trunk/reactos/dll/win32/user32/user32.rc Mon Apr 23 21:07:46 2007
@@ -19,6 +19,26 @@
// Cursors
//
+/* New cursor resources */
+100 CURSOR "resources/ocr_normal.cur"
+101 CURSOR "resources/ocr_ibeam.cur"
+102 CURSOR "resources/ocr_wait.cur"
+103 CURSOR "resources/ocr_cross.cur"
+104 CURSOR "resources/ocr_up.cur"
+105 CURSOR "resources/ocr_sizenwse.cur"
+106 CURSOR "resources/ocr_sizenesw.cur"
+107 CURSOR "resources/ocr_sizewe.cur"
+108 CURSOR "resources/ocr_sizens.cur"
+109 CURSOR "resources/ocr_sizeall.cur"
+110 CURSOR "resources/ocr_no.cur"
+111 CURSOR "resources/ocr_appstarting.cur"
+112 CURSOR "resources/ocr_help.cur"
+113 CURSOR "resources/ocr_pen.cur"
+114 CURSOR "resources/ocr_hand.cur"
+115 CURSOR "resources/ocr_icon.cur"
+116 CURSOR "resources/ocr_cdautostart.cur"
+
+/* Compatible cursor resources (will be removed) */
32512 CURSOR "resources/ocr_normal.cur"
32513 CURSOR "resources/ocr_ibeam.cur"
32514 CURSOR "resources/ocr_wait.cur"
More information about the Ros-diffs
mailing list