diff options
author | louis <louis.braun@gmx.de> | 2013-09-13 17:10:58 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-13 17:10:58 +0200 |
commit | 5dbc46aaba992f429c05601a3f97e3d5e7a98d87 (patch) | |
tree | e2e62d13e92a35f481f5d50a46616f291966f977 /displaymenuview.h | |
parent | 337cc43e400a06e66292943a0da038fa79f8c165 (diff) | |
download | skin-nopacity-5dbc46aaba992f429c05601a3f97e3d5e7a98d87.tar.gz skin-nopacity-5dbc46aaba992f429c05601a3f97e3d5e7a98d87.tar.bz2 |
introduced dedicated theme font colors for different message types and different buttons (closes Feature 1462)
Diffstat (limited to 'displaymenuview.h')
-rw-r--r-- | displaymenuview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenuview.h b/displaymenuview.h index a9c10b5..e2c2bfb 100644 --- a/displaymenuview.h +++ b/displaymenuview.h @@ -109,7 +109,7 @@ class cNopacityDisplayMenuView { void DrawDate(bool initial); void DrawDiskUsage(void); void ShowDiskUsage(bool show); - void DrawButton(const char *text, int handleImage, tColor buttonColor, tColor borderColor, int num); + void DrawButton(const char *text, int handleImage, tColor buttonColor, tColor borderColor, tColor fontColor, int num); void ClearButton(int num); int GetTimersInitHeight(void); int GetTimersMaxHeight(void); |