]> git.sesse.net Git - ccbs/blobdiff - bigscreen/rotatescreen.h
Forgot to add the prototype for set_screen_size().
[ccbs] / bigscreen / rotatescreen.h
index 4fe6edfe13a3a474a340b16fee314de5c2376423..6a5c35f70b7031e82270463defae10da707cbc41 100644 (file)
@@ -23,9 +23,10 @@ private:
        unsigned current_screen;
 
        struct timeval last_update, fade_started;
-       bool in_fade, fade_found_start_time, same_fade;
+       bool in_fade, fade_found_start_time, fade_to_new_info;
 
        bool needs_update();
+       bool can_update();
        
 public:
        RotateScreen();