]> git.sesse.net Git - ccbs/blobdiff - bigscreen/rotatescreen.h
Specify join, so that we don't join tournament+score on country. :-)
[ccbs] / bigscreen / rotatescreen.h
index 114f6c02816bb265472f55dce0e316e972767ddd..6f53e24739aed66116ab545e326c944eb313ef50 100644 (file)
@@ -26,13 +26,14 @@ private:
        bool in_fade, fade_found_start_time, fade_to_new_info;
 
        bool needs_update();
+       bool can_update();
        
 public:
        RotateScreen();
        virtual ~RotateScreen();
 
        bool check_invalidated();
-       void draw(unsigned char *buf);
+       void draw(unsigned char *buf, unsigned width, unsigned height);
 
        void add_screen(GenericScreen *screen);
 //     void remove_screen(GenericScreen *screen);