summaryrefslogtreecommitdiff
path: root/wm/openbox/patches/patch-ac
blob: d94add0a2c8684c2249d947a6bec1bfd99e8b1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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;