4 #include "resolution.h"
6 // arf, Screen conflicts with X11
12 virtual ~GenericScreen();
13 virtual bool check_invalidated() = 0;
14 virtual void draw(unsigned char *buf, unsigned width, unsigned height) = 0;
15 virtual int get_priority();
18 #endif /* !defined(_SCREEN_H) */