From a7c7cf8159c6fed2c40ee45f25f508b3f1467c9a Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Tue, 20 Oct 2015 18:41:45 +0200 Subject: Add fake transparency --- include/rofi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rofi.h') 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. */ -- cgit v1.2.3