Alexandre Julliard : comctl32: Use the correct resource ids for cursors.

Alexandre Julliard julliard at winehq.org
Mon Oct 18 13:36:52 CDT 2010


Module: wine
Branch: master
Commit: 2b4aeca70b7e6c44f876e0ecc29a963cbc5024be
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2b4aeca70b7e6c44f876e0ecc29a963cbc5024be

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Oct 12 20:22:18 2010 +0200

comctl32: Use the correct resource ids for cursors.

---

 dlls/comctl32/comctl32.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h
index 3d172ae..4014688 100644
--- a/dlls/comctl32/comctl32.h
+++ b/dlls/comctl32/comctl32.h
@@ -101,16 +101,15 @@ extern HBRUSH  COMCTL32_hPattern55AABrush;
 #define IDT_CHECK        401
 
 
-/* Header cursors */
+/* Cursors */
+#define IDC_MOVEBUTTON                  102
+#define IDC_COPY                        104
 #define IDC_DIVIDER                     106
 #define IDC_DIVIDEROPEN                 107
 
 
 /* DragList resources */
 #define IDI_DRAGARROW                   501
-#define IDC_COPY                        502
-
-#define IDC_MOVEBUTTON                    1
 
 /* HOTKEY internal strings */
 #define HKY_NONE                        2048




More information about the wine-cvs mailing list