freebsd-ports/x11-wm/olvwm/files/patch-winframe.c
Cy Schubert fbde5c5dd6 Fix build under 10-CURRENT.
Split old-style patch files into current standard individual patch files.
2013-09-18 05:16:46 +00:00

20 lines
579 B
C

--- winframe.c.orig 2013-09-17 21:38:07.462238988 -0700
+++ winframe.c 2013-09-17 22:00:01.011629533 -0700
@@ -52,6 +52,8 @@
extern Time TimeFresh();
+static headerHeight();
+
/***************************************************************************
* private data
***************************************************************************/
@@ -493,7 +495,7 @@
{
/* ignore events caused by grabs */
if (event->xcrossing.mode != NotifyNormal)
- return;
+ return 0;
if (event->xcrossing.detail != NotifyInferior)
frameInfo->pointerIsWarped = False;