From 6f8c7391081362015366245b1f7b97583ba8b65c Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 5 Mar 2008 15:45:46 -0300 Subject: [PATCH] Add/update prototypes. --- src/windowswm.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windowswm.c b/src/windowswm.c index 5d2a285..aa3956f 100755 --- a/src/windowswm.c +++ b/src/windowswm.c @@ -56,8 +56,8 @@ static char *windowswm_extension_name = WINDOWSWMNAME; *****************************************************************************/ static int close_display (Display *dpy, XExtCodes *extCodes); -static Bool wire_to_event (); -static Status event_to_wire (); +static Bool wire_to_event (Display *dpy, XEvent *re, xEvent *event); +static Status event_to_wire (Display *dpy, XEvent *re, xEvent *event); static /* const */ XExtensionHooks windowswm_extension_hooks = { NULL, /* create_gc */ -- 1.5.4.3