mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fix function signature warning
No arguments -> void
This commit is contained in:
parent
14ec255812
commit
6948a74d72
@ -1005,7 +1005,7 @@ _gdk_macos_display_get_nsevent (GdkEvent *event)
|
||||
}
|
||||
|
||||
NSEvent *
|
||||
_gdk_macos_display_get_last_nsevent ()
|
||||
_gdk_macos_display_get_last_nsevent (void)
|
||||
{
|
||||
const GdkToNSEventMap *map = g_queue_peek_tail (&event_map);
|
||||
if (map)
|
||||
|
Loading…
Reference in New Issue
Block a user