pkgsrc/wm/openbox/patches/patch-ac
2008-11-24 21:35:16 +00:00

15 lines
399 B
Text

$NetBSD: patch-ac,v 1.3 2008/11/24 21:35:16 tnn Exp $
--- openbox/actions/desktop.c.orig 2008-04-14 01:22:11.000000000 +0200
+++ openbox/actions/desktop.c
@@ -21,7 +21,9 @@ typedef struct {
gboolean wrap;
ObDirection dir;
} rel;
- };
+ } options_u;
+#define abs options_u.abs
+#define rel options_u.rel
gboolean send;
gboolean follow;
} Options;