summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
commitce4b1b23b4f36ca021d4dfc785b75c603572491f (patch)
treee1cfa132066e4faa6bd1554854b08d18a07958ba /include
parentb1ecb6ca77a939495219d79fd96ccc60db3bb7eb (diff)
Re-Indent code
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