X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.h;h=fb27787b34813e1ca39f6708aed6cec7a610c899;hp=21ab17248e2bb4ab54056e9778d12a63f3d422a2;hb=09ae4d8636130d4c86ab3f8df8f823482f948f97;hpb=876c65c3f4f828a54fa8041f5d68e3c4cae1d463 diff --git a/bigscreen/groupscreen.h b/bigscreen/groupscreen.h index 21ab172..fb27787 100644 --- a/bigscreen/groupscreen.h +++ b/bigscreen/groupscreen.h @@ -26,7 +26,8 @@ public: virtual ~GroupScreen(); bool check_invalidated(); - void draw(unsigned char *buf); + void draw(unsigned char *buf, unsigned width, unsigned height); + int get_priority(); }; #endif /* !defined(_GROUPSCREEN_H) */