summaryrefslogtreecommitdiff
path: root/src/gui/composite_widget.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-22 09:14:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-22 09:14:51 +0200
commit95292027625e905080f37f585402f49ec49bc97f (patch)
treefe056d9bc402a38e47fe96afef2376f3f2653bb8 /src/gui/composite_widget.h
parent1ac14d73950798e9a867778a2943adfe88557e61 (diff)
downloadabaos-95292027625e905080f37f585402f49ec49bc97f.tar.gz
abaos-95292027625e905080f37f585402f49ec49bc97f.tar.bz2
moved color handling to video driver from generic VGA driver
Diffstat (limited to 'src/gui/composite_widget.h')
-rw-r--r--src/gui/composite_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/composite_widget.h b/src/gui/composite_widget.h
index c055e09..ed8518d 100644
--- a/src/gui/composite_widget.h
+++ b/src/gui/composite_widget.h
@@ -17,7 +17,7 @@ typedef struct {
widget_t *focused_child;
} composite_widget_t;
-void composite_widget_init( composite_widget_t *widget, widget_t *parent, const int x, const int y, const int w, const int h, const vga_color_t background_color );
+void composite_widget_init( composite_widget_t *widget, widget_t *parent, const int x, const int y, const int w, const int h, const video_rgb_color_t background_color );
void composite_widget_draw( void *obj, graphics_context_t *context );
void composite_widget_get_focus( void *obj, widget_t *widget );