]> git.lizzy.rs Git - bspwm.git/blobdiff - types.h
Add missing .PHONY entry
[bspwm.git] / types.h
diff --git a/types.h b/types.h
index 0b1a023fa5d49c8e9f6023a5298ba1fd2f423851..5698f9c717c6a7e97d6c066be4d54e21b277354f 100644 (file)
--- a/types.h
+++ b/types.h
@@ -1,6 +1,7 @@
 #ifndef _TYPES_H
 #define _TYPES_H
 
+#include <stdbool.h>
 #include <xcb/xcb.h>
 #include <xcb/xcb_event.h>
 #include "helpers.h"
@@ -110,7 +111,6 @@ typedef struct {
 
 typedef struct {
     bool floating;
-    char desk_name[MAXLEN];
 } rule_effect_t;
 
 typedef struct rule_t rule_t;