]> git.sesse.net Git - ccbs/blobdiff - bigscreen/screen.h
Replace 800x600 width a resolution from a .h file. Lots of positions are still hardco...
[ccbs] / bigscreen / screen.h
index 37edb563bab6bc4a7c0537ded8cc16c1e4bf9433..e519279829c694e012fc478b31f7ce811eefc7e4 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _SCREEN_H
 #define _SCREEN_H 1
 
 #ifndef _SCREEN_H
 #define _SCREEN_H 1
 
+#include "resolution.h"
+
 // arf, Screen conflicts with X11
 class GenericScreen {
 protected:
 // arf, Screen conflicts with X11
 class GenericScreen {
 protected:
@@ -10,6 +12,7 @@ public:
        virtual ~GenericScreen();
        virtual bool check_invalidated() = 0;
        virtual void draw(unsigned char *buf) = 0;
        virtual ~GenericScreen();
        virtual bool check_invalidated() = 0;
        virtual void draw(unsigned char *buf) = 0;
+       virtual int get_priority();
 };
 
 #endif /* !defined(_SCREEN_H) */
 };
 
 #endif /* !defined(_SCREEN_H) */