X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c351dad14431c3e1aeeef6b86f61ba898d1d9ad..560b92f577ddd77b1f44eece2b33543608eb52af:/src/gtk/threadgui.inc diff --git a/src/gtk/threadgui.inc b/src/gtk/threadgui.inc index 8195b0ddbd..165fef3c01 100644 --- a/src/gtk/threadgui.inc +++ b/src/gtk/threadgui.inc @@ -49,7 +49,7 @@ ThreadExitProc(gpointer WXUNUSED(client), gint fid, } // Global initialization -static void wxThreadGuiInit(void) +static void wxThreadGuiInit() { pipe(p_thrd_pipe); p_thrd_inid = gdk_input_add(p_thrd_pipe[0], GDK_INPUT_READ, @@ -57,7 +57,7 @@ static void wxThreadGuiInit(void) } // Global cleanup -static void wxThreadGuiExit(void) +static void wxThreadGuiExit() { gdk_input_remove(p_thrd_inid); close(p_thrd_pipe[0]);