summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/settings.h2
-rw-r--r--include/theme.h1
-rw-r--r--include/view.h5
3 files changed, 6 insertions, 2 deletions
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