summaryrefslogtreecommitdiff
path: root/src/gui/composite_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/composite_widget.h')
-rw-r--r--src/gui/composite_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/composite_widget.h b/src/gui/composite_widget.h
index 2b27e32..28e1e02 100644
--- a/src/gui/composite_widget.h
+++ b/src/gui/composite_widget.h
@@ -16,7 +16,6 @@ typedef struct {
widget_t *children[MAX_NOF_WIDGET_CHILDREN];
int nof_children;
widget_t *focused_child;
- vga_color_t background_color;
} 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 );