summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2014-04-22 11:11:46 +0200
committerDave Davenport <qball@gmpclient.org>2014-04-22 11:11:46 +0200
commit0d6556618e389143c2fc0387ae5a03cd1234dff7 (patch)
tree7084f0e15eb06c0f5829f4637f9676a79a788eb2 /include
parentd64345ccbef1a6ef61a3e693084b6f73480fb176 (diff)
Allow window title to be set. issue #42
Diffstat (limited to 'include')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 01e164a3..9b0c4b52 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -101,6 +101,8 @@ typedef struct _Settings
WindowLocation location;
WindowMode wmode;
unsigned int padding;
+
+ unsigned int show_title;
} Settings;
extern Settings config;