mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +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 *
|
NSEvent *
|
||||||
_gdk_macos_display_get_last_nsevent ()
|
_gdk_macos_display_get_last_nsevent (void)
|
||||||
{
|
{
|
||||||
const GdkToNSEventMap *map = g_queue_peek_tail (&event_map);
|
const GdkToNSEventMap *map = g_queue_peek_tail (&event_map);
|
||||||
if (map)
|
if (map)
|
||||||
|
Loading…
Reference in New Issue
Block a user