forked from AuroraMiddleware/gtk
macos: Fix a compiler warning
This commit is contained in:
parent
8df2cce5c1
commit
22827f2cc7
@ -348,7 +348,7 @@ _gdk_macos_seat_new (GdkMacosDisplay *display)
|
||||
|
||||
init_devices (self);
|
||||
|
||||
return g_steal_pointer (&self);
|
||||
return GDK_SEAT (g_steal_pointer (&self));
|
||||
}
|
||||
|
||||
static GdkDeviceToolType
|
||||
|
Loading…
Reference in New Issue
Block a user