mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
quartz: gdkdevice-core.c: use GdkQuartzCursor
This commit is contained in:
parent
62273fc08a
commit
da481666cd
@ -22,6 +22,7 @@
|
||||
|
||||
#import "GdkQuartzView.h"
|
||||
#include "gdkwindow-quartz.h"
|
||||
#include "gdkcursor-quartz.h"
|
||||
#include "gdkprivate-quartz.h"
|
||||
#include "gdkdevice-core.h"
|
||||
|
||||
@ -156,10 +157,10 @@ gdk_device_core_set_window_cursor (GdkDevice *device,
|
||||
GdkWindow *window,
|
||||
GdkCursor *cursor)
|
||||
{
|
||||
GdkCursorPrivate *cursor_private;
|
||||
GdkQuartzCursor *cursor_private;
|
||||
NSCursor *nscursor;
|
||||
|
||||
cursor_private = (GdkCursorPrivate*) cursor;
|
||||
cursor_private = (GdkQuartzCursor *) cursor;
|
||||
|
||||
if (GDK_WINDOW_DESTROYED (window))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user