summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h5
1 files changed, 5 insertions, 0 deletions
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