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 09a2d75..4215a79 100644
--- a/src/gui/desktop.h
+++ b/src/gui/desktop.h
@@ -18,7 +18,7 @@ typedef struct {
bool needs_redrawing;
} desktop_t;
-void desktop_init( desktop_t *widget, const int w, const int h, const vga_color_t background_color );
+void desktop_init( desktop_t *widget, const int w, const int h, const video_rgb_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 );