summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-03-18 10:38:30 +0100
committerQball Cow <qball@gmpclient.nl>2014-03-18 10:38:30 +0100
commit5d5779ad1d1bb26a8514c14f17bb13aefa7ba92a (patch)
tree64d85b2b09cbedf3eefd13ade121f75a6d53b2cc /include
parenta86e2415f4d92983adc1e7337e35434e222e6600 (diff)
Small i3 fix
Diffstat (limited to 'include')
-rw-r--r--include/rofi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rofi.h b/include/rofi.h
index e1839879..9f860632 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -10,7 +10,7 @@
#define INTERSECT(x,y,w,h,x1,y1,w1,h1) (OVERLAP((x),(w),(x1),(w1)) && OVERLAP((y),(h),(y1),(h1)))
extern const char *cache_dir;
-#ifdef I3
+#ifdef HAVE_I3_IPC_H
extern char *i3_socket_path;
#endif
@@ -87,7 +87,7 @@ typedef struct _Settings {
// Behavior
unsigned int zeltak_mode;
char * terminal_emulator;
-#ifdef I3
+#ifdef HAVE_I3_IPC_H
unsigned int i3_mode;
#endif
// Key bindings