From 5ab87aa978eb64d831b3285691a8ea1a7b1f9f0b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Apr 2002 13:29:08 +0000 Subject: clear first, then draw might look better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@330 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/lcd-x11.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index bb39e6cfa4..89c1bf2d61 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -101,9 +101,8 @@ void lcd_update (void) #endif - - drawdots(1, &points[0], p); drawdots(0, &clearpoints[0], cp); + drawdots(1, &points[0], p); Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp); XSync(dpy,False); } -- cgit v1.2.3