From: Christian Hergert Date: Thu, 12 Jan 2023 21:22:47 +0000 (-0800) Subject: gdk/macos: fix warning about _coreCursorType X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~69^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=958ecf285522082a8023eb03bfccadd1975f1dd8;p=gtk4.git gdk/macos: fix warning about _coreCursorType --- diff --git a/gdk/macos/gdkmacoscursor.c b/gdk/macos/gdkmacoscursor.c index cf571a9a11..64b328850f 100644 --- a/gdk/macos/gdkmacoscursor.c +++ b/gdk/macos/gdkmacoscursor.c @@ -23,6 +23,10 @@ #include "gdkmacoscursor-private.h" +@interface NSCursor() +-(long long)_coreCursorType; +@end + /* OS X only exports a number of cursor types in its public NSCursor interface. * By overriding the private _coreCursorType method, we can tell OS X to load * one of its internal cursors instead (since cursor images are loaded on demand