summaryrefslogtreecommitdiff
path: root/src/gui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window.c')
-rw-r--r--src/gui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/window.c b/src/gui/window.c
index 681c3b7..1cb1fb1 100644
--- a/src/gui/window.c
+++ b/src/gui/window.c
@@ -21,7 +21,7 @@ static window_vtable_t const window_vtable = {
};
-void window_init( window_t *window, widget_t *parent, const int x, const int y, const int w, const int h, const vga_color_t background_color )
+void window_init( window_t *window, widget_t *parent, const int x, const int y, const int w, const int h, const video_rgb_color_t background_color )
{
memset( window, 0, sizeof( window_t ) );