summaryrefslogtreecommitdiff
path: root/src/gui/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/desktop.h')
-rw-r--r--src/gui/desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/desktop.h b/src/gui/desktop.h
index b160dc0..1f3ef93 100644
--- a/src/gui/desktop.h
+++ b/src/gui/desktop.h
@@ -14,7 +14,7 @@ typedef struct {
desktop_vtable_t *vtable;
} desktop_t;
-void desktop_init( desktop_t *widget, const int w, const int h );
+void desktop_init( desktop_t *widget, const int w, const int h, const vga_color_t background_color );
void desktop_draw( void *obj, graphics_context_t *context );
void desktop_on_mouse_down( void *obj, const int x, const int y );