summaryrefslogtreecommitdiff
path: root/src/gui/desktop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/desktop.c')
-rw-r--r--src/gui/desktop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/desktop.c b/src/gui/desktop.c
index ee4a6e5..506bf4d 100644
--- a/src/gui/desktop.c
+++ b/src/gui/desktop.c
@@ -37,6 +37,10 @@ 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++ ) {