summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorcos <cos>2013-05-25 16:46:30 +0200
committercos <cos>2013-05-25 16:46:30 +0200
commit7c559f00bacaf65d8c1c58aad20b519f9acded93 (patch)
treebf8a50b58794927af16786ee7b20b509f889f774 /src/data.h
parent5ffd64be5b962e8bd8923f31e3bb14a9c8fd228c (diff)
parent77f6e9fa21658bb7954b84c64d460b9d58124bf2 (diff)
downloadratpoison-7c559f00bacaf65d8c1c58aad20b519f9acded93.zip
Merge branch 'cr/deprecate_winliststyle'
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 2be9a98..14a1f9b 100644
--- a/src/data.h
+++ b/src/data.h
@@ -252,9 +252,11 @@ struct rp_defaults
int startup_message;
+#ifdef WINLISTSTYLE
/* Decides whether the window list is displayed in a row or a
column. */
int window_list_style;
+#endif
/* Pointer warping toggle. */
int warp;