diff libui/ui/frame.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 c577c15df07f
children 1008a796a9e7
line wrap: on
line diff
--- a/libui/ui/frame.h	Thu Oct 15 13:13:38 2020 +0200
+++ b/libui/ui/frame.h	Thu Oct 15 14:01:24 2020 +0200
@@ -47,6 +47,17 @@
 };
 
 /**
+ * Default drawing function.
+ *
+ * \pre t != NULL
+ * \pre frame != NULL
+ * \param t the theme
+ * \param frame the frame
+ */
+void
+frame_draw_default(struct theme *t, const struct frame *frame);
+
+/**
  * Draw the frame.
  *
  * \pre frame != NULL