diff options
Diffstat (limited to 'webkit/glue/webcursor.h')
-rw-r--r-- | webkit/glue/webcursor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h index 1dbf3c3..a46f881 100644 --- a/webkit/glue/webcursor.h +++ b/webkit/glue/webcursor.h @@ -73,7 +73,8 @@ class WebCursor { #elif defined(OS_LINUX) // Return the stock GdkCursorType for this cursor, or GDK_CURSOR_IS_PIXMAP - // if it's a custom cursor. + // if it's a custom cursor. Return GDK_LAST_CURSOR to indicate that the cursor + // should be set to the system default. GdkCursorType GetCursorType() const; // Return a new GdkCursor* for this cursor. Only valid if GetCursorType |