From 9872813c7d5025e72941719ef9252b1fa4ae41c6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Jul 2005 10:02:04 +0000 Subject: introducing H1x0 style grayscale support in the X11 sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7137 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/lcd-playersim.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator/common') diff --git a/uisimulator/common/lcd-playersim.h b/uisimulator/common/lcd-playersim.h index ef3b14223e..10267de1f1 100644 --- a/uisimulator/common/lcd-playersim.h +++ b/uisimulator/common/lcd-playersim.h @@ -30,7 +30,10 @@ struct rectangle { void drawdots(int color, struct coordinate *coord, int count); void drawdot(int color, int x, int y); -void drawline(int color, int x1, int y1, int x2, int y2); void drawrect(int color, int x1, int y1, int x2, int y2); void drawrectangles(int color, struct rectangle *rects, int count); + +void dots(int *colors, struct coordinate *points, int count); + + -- cgit v1.2.3