diff options
Diffstat (limited to 'src/components/unreadrenderer.hpp')
-rw-r--r-- | src/components/unreadrenderer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/unreadrenderer.hpp b/src/components/unreadrenderer.hpp index e333543..30446fa 100644 --- a/src/components/unreadrenderer.hpp +++ b/src/components/unreadrenderer.hpp @@ -5,5 +5,6 @@ class UnreadRenderer { public: + static void RenderUnreadOnGuild(Snowflake id, const Cairo::RefPtr<Cairo::Context> &cr, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area); static void RenderUnreadOnChannel(Snowflake id, const Cairo::RefPtr<Cairo::Context> &cr, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area); }; |