From 668b161f0eead1b9687305281eb59be0e0713bbe Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 14 Aug 2015 23:51:28 +0200 Subject: Adding color to widget style for focused widgets --- src/gwin/gwin_widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gwin/gwin_widget.h') diff --git a/src/gwin/gwin_widget.h b/src/gwin/gwin_widget.h index d7b88b70..4f164184 100644 --- a/src/gwin/gwin_widget.h +++ b/src/gwin/gwin_widget.h @@ -49,6 +49,7 @@ typedef struct GColorSet { */ typedef struct GWidgetStyle { color_t background; // @< The window background color + color_t focus; // @< The color when a widget is focused GColorSet enabled; // @< The colors when enabled GColorSet disabled; // @< The colors when disabled GColorSet pressed; // @< The colors when pressed -- cgit v1.2.3