diff options
Diffstat (limited to 'games/egl/files/patch-client__gui_public.h')
-rw-r--r-- | games/egl/files/patch-client__gui_public.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/egl/files/patch-client__gui_public.h b/games/egl/files/patch-client__gui_public.h new file mode 100644 index 000000000000..ad669b4177d2 --- /dev/null +++ b/games/egl/files/patch-client__gui_public.h @@ -0,0 +1,11 @@ +--- client/gui_public.h.orig Mon Jul 24 21:18:44 2006 ++++ client/gui_public.h Mon Jul 24 21:23:08 2006 +@@ -39,7 +39,7 @@ + // gui_events.c + // + void GUI_NamedGlobalEvent (char *name); +-void GUI_NamedGUIEvent (struct gui_s *gui, char *name); ++void GUI_NamedGUIEvent (); + + // + // gui_init.c |