From 152c9dd6c317e7c1bd55a7d9bb8444c3cb265a4b Mon Sep 17 00:00:00 2001 From: "masayuki%d-toybox.com" Date: Tue, 11 Apr 2006 16:26:34 +0000 Subject: [PATCH] Bug 333221 IDC_SELECTANCHOR cursor is no longer required. patch by Masatoshi Kimura (emk) r+sr=roc --- browser/app/splash.rc | 4 ---- calendar/sunbird/app/splash.rc | 4 ---- mail/app/splash.rc | 4 ---- widget/src/build/widget.rc | 4 ++-- widget/src/windows/resource.h | 1 - xulrunner/app/splash.rc | 4 ---- 6 files changed, 2 insertions(+), 19 deletions(-) diff --git a/browser/app/splash.rc b/browser/app/splash.rc index 38470a0196a8..cf38f5b3d19a 100644 --- a/browser/app/splash.rc +++ b/browser/app/splash.rc @@ -58,9 +58,6 @@ END // files into a single .rc file, and then use that to build the single .res // file for the .exe. -// We need this cursor for versions of Windows that don't support IDC_HAND, -// namely Win95 and NT4. -#define IDC_SELECTANCHOR 4100 #define IDC_GRAB 4101 #define IDC_GRABBING 4102 #define IDC_CELL 4103 @@ -72,7 +69,6 @@ END #define IDC_ROWRESIZE 4109 #define IDC_VERTICALTEXT 4110 -IDC_SELECTANCHOR CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\select.cur" IDC_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" diff --git a/calendar/sunbird/app/splash.rc b/calendar/sunbird/app/splash.rc index d87d9b6a0268..6d6a55145a51 100644 --- a/calendar/sunbird/app/splash.rc +++ b/calendar/sunbird/app/splash.rc @@ -61,9 +61,6 @@ END // files into a single .rc file, and then use that to build the single .res // file for the .exe. -// We need this cursor for versions of Windows that don't support IDC_HAND, -// namely Win95 and NT4. -#define IDC_SELECTANCHOR 4100 #define IDC_GRAB 4101 #define IDC_GRABBING 4102 #define IDC_CELL 4103 @@ -75,7 +72,6 @@ END #define IDC_ROWRESIZE 4109 #define IDC_VERTICALTEXT 4110 -IDC_SELECTANCHOR CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\select.cur" IDC_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" diff --git a/mail/app/splash.rc b/mail/app/splash.rc index 074cadcc4a23..cff0d951bd6d 100644 --- a/mail/app/splash.rc +++ b/mail/app/splash.rc @@ -60,9 +60,6 @@ END // files into a single .rc file, and then use that to build the single .res // file for the .exe. -// We need this cursor for versions of Windows that don't support IDC_HAND, -// namely Win95 and NT4. -#define IDC_SELECTANCHOR 4100 #define IDC_GRAB 4101 #define IDC_GRABBING 4102 #define IDC_CELL 4103 @@ -74,7 +71,6 @@ END #define IDC_ROWRESIZE 4109 #define IDC_VERTICALTEXT 4110 -IDC_SELECTANCHOR CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\select.cur" IDC_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" diff --git a/widget/src/build/widget.rc b/widget/src/build/widget.rc index f97506c9495c..780f1c86f842 100644 --- a/widget/src/build/widget.rc +++ b/widget/src/build/widget.rc @@ -1,4 +1,5 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * @@ -39,7 +40,6 @@ #include #include -IDC_SELECTANCHOR CURSOR DISCARDABLE "res/select.cur" IDC_GRAB CURSOR DISCARDABLE "res/grab.cur" IDC_GRABBING CURSOR DISCARDABLE "res/grabbing.cur" IDC_CELL CURSOR DISCARDABLE "res/cell.cur" diff --git a/widget/src/windows/resource.h b/widget/src/windows/resource.h index 91a9dafaf226..0313be14aa51 100644 --- a/widget/src/windows/resource.h +++ b/widget/src/windows/resource.h @@ -34,7 +34,6 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#define IDC_SELECTANCHOR 4100 #define IDC_GRAB 4101 #define IDC_GRABBING 4102 #define IDC_CELL 4103 diff --git a/xulrunner/app/splash.rc b/xulrunner/app/splash.rc index cd2eb07187f8..02dba1da8a76 100644 --- a/xulrunner/app/splash.rc +++ b/xulrunner/app/splash.rc @@ -62,9 +62,6 @@ END // files into a single .rc file, and then use that to build the single .res // file for the .exe. -// We need this cursor for versions of Windows that don't support IDC_HAND, -// namely Win95 and NT4. -#define IDC_SELECTANCHOR 4100 #define IDC_GRAB 4101 #define IDC_GRABBING 4102 #define IDC_CELL 4103 @@ -76,7 +73,6 @@ END #define IDC_ROWRESIZE 4109 #define IDC_VERTICALTEXT 4110 -IDC_SELECTANCHOR CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\select.cur" IDC_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur"