From 0818fbd68b3f83941d15817f27f01b65c110c1fd Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 16 Oct 2015 20:51:37 +0200 Subject: Add fullscreen mode and fix some redrawing issues. --- 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 d83c2d78..871a676c 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -244,6 +244,8 @@ typedef struct _Settings unsigned int hide_scrollbar; /** show markup in elements. */ unsigned int markup_rows; + /** fullscreen */ + unsigned int fullscreen; } Settings; /** Global Settings structure. */ -- cgit v1.2.3