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
/
groupscreen.h
diff --git
a/bigscreen/groupscreen.h
b/bigscreen/groupscreen.h
index
1bff23f
..
fb27787
100644
(file)
--- a/
bigscreen/groupscreen.h
+++ b/
bigscreen/groupscreen.h
@@
-26,7
+26,7
@@
public:
virtual ~GroupScreen();
bool check_invalidated();
- void draw(unsigned char *buf);
+ void draw(unsigned char *buf
, unsigned width, unsigned height
);
int get_priority();
};