freebsd-ports/games/egl/files/patch-client__gui_public.h
Alejandro Pulver b2088a9b7a - Update to version 0.3.1.
- Add more OPTIONS (allow building without X11).
2006-07-25 00:36:22 +00:00

11 lines
292 B
C

--- 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