Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep
git-svn-id: svn://10.0.0.236/trunk@243466 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -206,6 +206,7 @@ enum nsCursor { ///(normal cursor, usually rendered as an arrow)
|
||||
eCursor_nwse_resize,
|
||||
eCursor_ns_resize,
|
||||
eCursor_ew_resize,
|
||||
eCursor_none,
|
||||
// This one better be the last one in this list.
|
||||
eCursorCount
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user