Bug 333221 IDC_SELECTANCHOR cursor is no longer required. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc

This commit is contained in:
masayuki%d-toybox.com 2006-04-11 16:26:34 +00:00
Родитель e0ac7bfaac
Коммит 152c9dd6c3
6 изменённых файлов: 2 добавлений и 19 удалений

Просмотреть файл

@ -58,9 +58,6 @@ END
// files into a single .rc file, and then use that to build the single .res // files into a single .rc file, and then use that to build the single .res
// file for the .exe. // 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_GRAB 4101
#define IDC_GRABBING 4102 #define IDC_GRABBING 4102
#define IDC_CELL 4103 #define IDC_CELL 4103
@ -72,7 +69,6 @@ END
#define IDC_ROWRESIZE 4109 #define IDC_ROWRESIZE 4109
#define IDC_VERTICALTEXT 4110 #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_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur"
IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur"
IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur"

Просмотреть файл

@ -61,9 +61,6 @@ END
// files into a single .rc file, and then use that to build the single .res // files into a single .rc file, and then use that to build the single .res
// file for the .exe. // 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_GRAB 4101
#define IDC_GRABBING 4102 #define IDC_GRABBING 4102
#define IDC_CELL 4103 #define IDC_CELL 4103
@ -75,7 +72,6 @@ END
#define IDC_ROWRESIZE 4109 #define IDC_ROWRESIZE 4109
#define IDC_VERTICALTEXT 4110 #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_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur"
IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur"
IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur"

Просмотреть файл

@ -60,9 +60,6 @@ END
// files into a single .rc file, and then use that to build the single .res // files into a single .rc file, and then use that to build the single .res
// file for the .exe. // 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_GRAB 4101
#define IDC_GRABBING 4102 #define IDC_GRABBING 4102
#define IDC_CELL 4103 #define IDC_CELL 4103
@ -74,7 +71,6 @@ END
#define IDC_ROWRESIZE 4109 #define IDC_ROWRESIZE 4109
#define IDC_VERTICALTEXT 4110 #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_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur"
IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur"
IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur"

Просмотреть файл

@ -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 ***** /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* *
@ -39,7 +40,6 @@
#include <winresrc.h> #include <winresrc.h>
#include <dlgs.h> #include <dlgs.h>
IDC_SELECTANCHOR CURSOR DISCARDABLE "res/select.cur"
IDC_GRAB CURSOR DISCARDABLE "res/grab.cur" IDC_GRAB CURSOR DISCARDABLE "res/grab.cur"
IDC_GRABBING CURSOR DISCARDABLE "res/grabbing.cur" IDC_GRABBING CURSOR DISCARDABLE "res/grabbing.cur"
IDC_CELL CURSOR DISCARDABLE "res/cell.cur" IDC_CELL CURSOR DISCARDABLE "res/cell.cur"

Просмотреть файл

@ -34,7 +34,6 @@
* the terms of any one of the MPL, the GPL or the LGPL. * the terms of any one of the MPL, the GPL or the LGPL.
* *
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
#define IDC_SELECTANCHOR 4100
#define IDC_GRAB 4101 #define IDC_GRAB 4101
#define IDC_GRABBING 4102 #define IDC_GRABBING 4102
#define IDC_CELL 4103 #define IDC_CELL 4103

Просмотреть файл

@ -62,9 +62,6 @@ END
// files into a single .rc file, and then use that to build the single .res // files into a single .rc file, and then use that to build the single .res
// file for the .exe. // 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_GRAB 4101
#define IDC_GRABBING 4102 #define IDC_GRABBING 4102
#define IDC_CELL 4103 #define IDC_CELL 4103
@ -76,7 +73,6 @@ END
#define IDC_ROWRESIZE 4109 #define IDC_ROWRESIZE 4109
#define IDC_VERTICALTEXT 4110 #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_GRAB CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grab.cur"
IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur" IDC_GRABBING CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\grabbing.cur"
IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur" IDC_CELL CURSOR DISCARDABLE "..\\..\\widget\\src\\build\\res\\cell.cur"