summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-05-15 16:54:35 +0200
committerQball Cow <qball@gmpclient.nl>2014-05-15 16:54:35 +0200
commit82bdb5f348688c7427a77fcfaed91881b2e2d84a (patch)
tree8f6171071eff142e39efd12d09c71735b334bd39 /include
parent1b9d4fb3250df87379a35519b97ffa62e04aa53a (diff)
Add a y-offset.
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 9b0c4b52..cb586620 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -101,8 +101,10 @@ typedef struct _Settings
WindowLocation location;
WindowMode wmode;
unsigned int padding;
+ int y_offset;
unsigned int show_title;
+
} Settings;
extern Settings config;