diff libui/ui/label.h @ 151:b19d076856d2

ui: cleanup theme module, closes #2498
author David Demelier <markand@malikania.fr>
date Thu, 15 Oct 2020 14:01:24 +0200
parents 9733d379be89
children 1008a796a9e7
line wrap: on
line diff
--- a/libui/ui/label.h	Thu Oct 15 13:13:38 2020 +0200
+++ b/libui/ui/label.h	Thu Oct 15 14:01:24 2020 +0200
@@ -55,6 +55,17 @@
 };
 
 /**
+ * Default drawing function.
+ *
+ * \pre t != NULL
+ * \pre label != NULL
+ * \param t the theme
+ * \param label the label
+ */
+void
+label_draw_default(struct theme *t, const struct label *label);
+
+/**
  * Draw the label.
  *
  * \pre label != NULL