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