Files
pkgsrc-ng/wm/olvwm/patches/patch-winresize.c
2013-09-26 17:14:40 +02:00

19 lines
541 B
C

$NetBSD: patch-winresize.c,v 1.1 2013/03/28 21:40:12 joerg Exp $
--- winresize.c.orig 2013-03-28 19:49:55.000000000 +0000
+++ winresize.c
@@ -70,11 +70,8 @@ resizeCallback(dpy, winInfo)
/*
* eventButtonPress - handle button press events on the resize window
*/
-static int
-eventButtonPress(dpy, event, winInfo)
-Display *dpy;
-XEvent *event;
-WinResize *winInfo;
+static void
+eventButtonPress(Display *dpy, XEvent *event, WinResize *winInfo)
{
unsigned int ignoremask =
ModMaskMap[MOD_CONSTRAIN] | ModMaskMap[MOD_INVERT];