r=mkaply, a=brendan
Support for pointertype 27 (spinning)


git-svn-id: svn://10.0.0.236/trunk@78915 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2000-09-12 22:40:13 +00:00
parent ab2cde5355
commit c44ca36fe8
4 changed files with 3 additions and 1 deletions

View File

@@ -185,10 +185,10 @@ HPOINTER nsWidgetModuleData::GetPointer( nsCursor aCursor)
case eCursor_cell: idPtr = ID_PTR_CELL ; break;
case eCursor_grab: idPtr = ID_PTR_GRAB ; break;
case eCursor_grabbing: idPtr = ID_PTR_GRABBING ; break;
case eCursor_spinning: idPtr = ID_PTR_ARROWWAIT ; break;
case eCursor_crosshair:
case eCursor_help:
case eCursor_spinning:
case eCursor_context_menu:
case eCursor_count_up:
case eCursor_count_down:

Binary file not shown.

View File

@@ -60,6 +60,7 @@ POINTER ID_PTR_ALIAS aliasb.ptr
POINTER ID_PTR_CELL cell.ptr
POINTER ID_PTR_GRAB grab.ptr
POINTER ID_PTR_GRABBING grabbing.ptr
POINTER ID_PTR_ARROWWAIT arrow_wait.ptr
/* stringtable */
STRINGTABLE

View File

@@ -51,6 +51,7 @@
#define ID_PTR_CELL 2011
#define ID_PTR_GRAB 2012
#define ID_PTR_GRABBING 2013
#define ID_PTR_ARROWWAIT 2014
#define ID_STR_FONT 10000
#define ID_STR_HMMDIR 10001