From 8e944063ecf6e6b7793ab66074d92125f08a7844 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 29 Jan 1997 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1997-01-29 --- carrera/screen.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/carrera/screen.c b/carrera/screen.c index b529d30ef1ba5fbc7f8fd3f2225f4af9c3e5e675..66f1627653f809dd43a694ac44e0f79fcd9079c3 100644 --- a/carrera/screen.c +++ b/carrera/screen.c @@ -60,22 +60,6 @@ static Bitmap hwcursor= 0, }; -uchar bdata[] = -{ - 0xa0, -}; - -Bitmap bgrnd = -{ - { 0, 0, 1, 1 }, - { 0, 0, 1, 1 }, - 3, - (ulong*)bdata, - 0, - 4, - 0 -}; - static Rectangle window; static Point curpos; static int h, w; @@ -89,8 +73,9 @@ screenwin(void) Cursor zero; memset((void*)Screenvirt, 0xff, 3*1024*1024); + for(y=gscreen.r.min.y; y