summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/uibasic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/uisimulator/x11/uibasic.c b/uisimulator/x11/uibasic.c
index bf7d32e281..2bdc97cea3 100644
--- a/uisimulator/x11/uibasic.c
+++ b/uisimulator/x11/uibasic.c
@@ -205,13 +205,8 @@ void screen_redraw()
205 205
206#define X1 0 206#define X1 0
207#define Y1 0 207#define Y1 0
208#ifdef HAVE_LCD_BITMAP
209#define X2 (LCD_WIDTH + MARGIN_X*2) 208#define X2 (LCD_WIDTH + MARGIN_X*2)
210#define Y2 (LCD_HEIGHT + MARGIN_Y) 209#define Y2 (LCD_HEIGHT + MARGIN_Y)
211#else
212#define X2 137
213#define Y2 53
214#endif
215 210
216 drawline(1, X1, Y1, X2, Y1); 211 drawline(1, X1, Y1, X2, Y1);
217 drawline(1, X2, Y1, X2, Y2); 212 drawline(1, X2, Y1, X2, Y2);