summaryrefslogtreecommitdiffstats
path: root/widget/nsIWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget/nsIWidget.h')
-rw-r--r--widget/nsIWidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widget/nsIWidget.h b/widget/nsIWidget.h
index 3433da8dae..40752e07dd 100644
--- a/widget/nsIWidget.h
+++ b/widget/nsIWidget.h
@@ -1009,6 +1009,8 @@ class nsIWidget : public nsISupports {
*/
virtual void SetCursor(const Cursor&) = 0;
+ virtual void SetCustomCursorAllowed(bool) = 0;
+
static nsIntSize CustomCursorSize(const Cursor&);
/**