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:
@@ -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:
|
||||
|
||||
BIN
mozilla/widget/src/os2/res/arrow_wait.ptr
Normal file
BIN
mozilla/widget/src/os2/res/arrow_wait.ptr
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user