summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
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 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. */