freebsd-ports/x11-wm/fluxconf/files/patch-src-include-functions.h
Shaun Amott 76d19d1f2a Fix a core dump in the fluxkeys program.
PR:		ports/100608
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr>
2006-08-13 00:52:28 +00:00

11 lines
478 B
C

--- src/include/functions.h.orig Thu Jul 20 11:08:52 2006
+++ src/include/functions.h Thu Jul 20 11:08:52 2006
@@ -24,7 +24,7 @@
char * firstword(char * word, int * offset);
void savekeys(GtkButton *button, GtkBox ** boxes);
-void addkey(GtkWidget ** boxes);
+void addkey(GtkButton *button, GtkWidget ** boxes);
GtkWidget * newkey(int Ctrl, int Alt, int Shift, int Win,
GList * liste, char *value, char *touche, char *execcmd
);