summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-06 19:04:25 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-06 19:04:25 +0100
commit06c5f51e7dbaeee8723c3c2c8c753df37b860f85 (patch)
tree10b9c0fcceacaf55751f7cf5e3d7f629e2042c12 /include/settings.h
parent8bc1831d172d17981449964e7f276096d94b28f1 (diff)
Allow to set anchor position on normitor and anchor position on window.
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/settings.h b/include/settings.h
index 76f053cf..344208e2 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -38,7 +38,7 @@ typedef enum
/** Middle right */
WL_EAST = 4,
/** Bottom right */
- WL_EAST_SOUTH = 5,
+ WL_SOUTH_EAST = 5,
/** Bottom middle */
WL_SOUTH = 6,
/** Bottom left */