diff options
Diffstat (limited to 'gdk/gdkinput.c')
-rw-r--r-- | gdk/gdkinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkinput.c b/gdk/gdkinput.c index e47f2205f..491131ca2 100644 --- a/gdk/gdkinput.c +++ b/gdk/gdkinput.c @@ -70,7 +70,7 @@ static GList *gdk_input_windows; #include "gdkinputgxi.h" GList * -gdk_input_list_devices () +gdk_input_list_devices (void) { return gdk_input_devices; } |