]> git.sesse.net Git - ccbs/blobdiff - bigscreen/groupscreen.h
Let each screen get width and height in as a parameter on draw() instead of hardcodin...
[ccbs] / bigscreen / groupscreen.h
index 1bff23fdb57607009fe3e3def8a1a0083ceb08ad..fb27787b34813e1ca39f6708aed6cec7a610c899 100644 (file)
@@ -26,7 +26,7 @@ public:
        virtual ~GroupScreen();
 
        bool check_invalidated();
        virtual ~GroupScreen();
 
        bool check_invalidated();
-       void draw(unsigned char *buf);
+       void draw(unsigned char *buf, unsigned width, unsigned height);
        int get_priority();
 };
 
        int get_priority();
 };