summaryrefslogtreecommitdiff
path: root/src/gui/desktop.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-24 18:42:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-24 18:42:30 +0200
commit583fa983a9c2f54a5ab27bf73ebee5e6eb5164e6 (patch)
treec9287386b61cf264c1bf98622cb5f72f97c3633c /src/gui/desktop.c
parente6a749b7c0bec98df1f6d64371b2847ad71c2f10 (diff)
downloadabaos-583fa983a9c2f54a5ab27bf73ebee5e6eb5164e6.tar.gz
abaos-583fa983a9c2f54a5ab27bf73ebee5e6eb5164e6.tar.bz2
printing whole ASCII font in VGA graphics mode
Diffstat (limited to 'src/gui/desktop.c')
-rw-r--r--src/gui/desktop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/desktop.c b/src/gui/desktop.c
index 506bf4d..ee4a6e5 100644
--- a/src/gui/desktop.c
+++ b/src/gui/desktop.c
@@ -37,10 +37,6 @@ void desktop_draw( void *obj, graphics_context_t *context )
((widget_vtable_t *)(desktop->base.vtable))->draw( obj, context );
- vga_draw_char( context, 'D', desktop->base.base.x,
- desktop->base.base.y, desktop->base.base.background_color,
- VGA_COLOR_WHITE );
-
// TODO: use a mouse bitmap and copy it
/*
for( int i = 0; i < 4; i++ ) {