projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Let each screen get width and height in as a parameter on draw() instead of hardcodin...
[ccbs]
/
bigscreen
/
top10scorescreen.h
diff --git
a/bigscreen/top10scorescreen.h
b/bigscreen/top10scorescreen.h
index
143c291
..
439bfeb
100644
(file)
--- a/
bigscreen/top10scorescreen.h
+++ b/
bigscreen/top10scorescreen.h
@@
-22,7
+22,8
@@
public:
virtual ~Top10ScoreScreen();
bool check_invalidated();
- void draw(unsigned char *buf);
+ void draw(unsigned char *buf, unsigned width, unsigned height);
+ int get_priority();
};
#endif /* !defined(_TOP10SCORESCREEN_H) */