summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2015-10-20 18:41:45 +0200
committerQball Cow <qball@gmpclient.org>2015-10-20 18:41:45 +0200
commita7c7cf8159c6fed2c40ee45f25f508b3f1467c9a (patch)
tree419ecf6719ff75072190abb2c698ca3657d5d925 /include/rofi.h
parent64cb4c781c26a2d0fd9c3b6ee0abe4002d13671c (diff)
Add fake transparency
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 871a676c..ff52b71d 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -246,6 +246,8 @@ typedef struct _Settings
unsigned int markup_rows;
/** fullscreen */
unsigned int fullscreen;
+ /** bg image */
+ unsigned int fake_transparency;
} Settings;
/** Global Settings structure. */