]> git.sur5r.net Git - i3/i3/commitdiff
Add declaration, accidentally lost in last commit
authorAxel Wagner <mail@merovius.de>
Sat, 21 Aug 2010 11:29:38 +0000 (13:29 +0200)
committerAxel Wagner <mail@merovius.de>
Sat, 21 Aug 2010 11:29:38 +0000 (13:29 +0200)
i3bar/src/xcb.c

index ed57870041c26b63c44caecd08e752222d975359..7f6379e191958333fac53f4084e7eec637f09e5e 100644 (file)
@@ -329,6 +329,8 @@ void reconfig_windows() {
     uint32_t mask;
     uint32_t values[4];
 
+    xcb_generic_error_t *err;
+
     i3_output *walk;
     SLIST_FOREACH(walk, outputs, slist) {
         if (!walk->active) {