summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-03-18 10:55:25 +0100
committerQball Cow <qball@gmpclient.nl>2014-03-18 10:55:25 +0100
commit4d37cf35dc0a64abf3ca0f672807dd94e01c02b0 (patch)
treed1f360a571dc0185de3837af5a14ed3d2d071052 /include
parent5d5779ad1d1bb26a8514c14f17bb13aefa7ba92a (diff)
Small fix!
Diffstat (limited to 'include')
-rw-r--r--include/rofi.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 9f860632..6e6f1310 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -1,6 +1,6 @@
#ifndef __SIMPLESWITCHER_H__
#define __SIMPLESWITCHER_H__
-
+#include <config.h>
#include <X11/X.h>
#define MAX(a, b) ((a) > (b) ? (a) : (b))
@@ -52,15 +52,15 @@ void* reallocate( void *ptr, unsigned long bytes );
void catch_exit( __attribute__( ( unused ) ) int sig );
typedef enum _WindowLocation {
- CENTER = 0,
- NORTH_WEST = 1,
- NORTH = 2,
- NORTH_EAST = 3,
- EAST = 4,
- EAST_SOUTH = 5,
- SOUTH = 6,
- SOUTH_WEST = 7,
- WEST = 8
+ WL_CENTER = 0,
+ WL_NORTH_WEST = 1,
+ WL_NORTH = 2,
+ WL_NORTH_EAST = 3,
+ WL_EAST = 4,
+ WL_EAST_SOUTH = 5,
+ WL_SOUTH = 6,
+ WL_SOUTH_WEST = 7,
+ WL_WEST = 8
} WindowLocation;
typedef enum {