summaryrefslogtreecommitdiffstats
path: root/include/widgets/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/icon.h')
-rw-r--r--include/widgets/icon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/widgets/icon.h b/include/widgets/icon.h
index 99793c8c..e0da5c7f 100644
--- a/include/widgets/icon.h
+++ b/include/widgets/icon.h
@@ -49,19 +49,19 @@ typedef struct _icon icon;
*
* @returns a newly created icon, free with #widget_free
*/
-icon * icon_create ( widget *parent, const char *name );
+icon *icon_create(widget *parent, const char *name);
/**
* @param icon The icon widget handle.
* @param size The size of the icon.
*
*/
-void icon_set_size ( widget *icon, const int size );
+void icon_set_size(widget *icon, const int size);
/**
* @param icon The icon widget handle.
* @param surf The surface to display.
*/
-void icon_set_surface ( icon *icon, cairo_surface_t *surf );
+void icon_set_surface(icon *icon, cairo_surface_t *surf);
/**@}*/
#endif // ROFI_ICON_H