From ce4b1b23b4f36ca021d4dfc785b75c603572491f Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 27 Apr 2017 22:59:14 +0200 Subject: Re-Indent code --- include/settings.h | 2 +- include/theme.h | 1 - include/view.h | 5 +++++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/settings.h b/include/settings.h index 66b6101d..572ebd6b 100644 --- a/include/settings.h +++ b/include/settings.h @@ -166,7 +166,7 @@ typedef struct char *theme; /** Path where plugins can be found. */ - char * plugin_path; + char * plugin_path; } Settings; /** Global Settings structure. */ extern Settings config; diff --git a/include/theme.h b/include/theme.h index 1cb7945c..448b67b1 100644 --- a/include/theme.h +++ b/include/theme.h @@ -116,7 +116,6 @@ typedef enum P_HIGHLIGHT, } PropertyType; - /** * Represent the color in theme. */ diff --git a/include/view.h b/include/view.h index 64bc1d1a..cb5d45d1 100644 --- a/include/view.h +++ b/include/view.h @@ -280,5 +280,10 @@ void rofi_view_workers_finalize ( void ); * @returns the current monitor workarea */ void rofi_view_get_current_monitor ( int *width, int *height ); + +/** + * Takes a screenshot. + */ +void rofi_capture_screenshot ( void ); /**@}*/ #endif -- cgit v1.2.3