From 11278c31a01b6fdfb09e2a3109a20d38ef793055 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 22 Apr 2013 08:01:43 -0600 Subject: Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen --- NxWidgets/nxwm/src/ctaskbar.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NxWidgets/nxwm/src') diff --git a/NxWidgets/nxwm/src/ctaskbar.cxx b/NxWidgets/nxwm/src/ctaskbar.cxx index 93c38ed98..226ebe7bb 100644 --- a/NxWidgets/nxwm/src/ctaskbar.cxx +++ b/NxWidgets/nxwm/src/ctaskbar.cxx @@ -1112,11 +1112,13 @@ bool CTaskbar::redrawTaskbarWindow(void) port->drawFilledRect(0, 0, windowSize.w, windowSize.h, CONFIG_NXWM_DEFAULT_BACKGROUNDCOLOR); +#ifndef CONFIG_NXWM_TASKBAR_NO_BORDER // Add a border to the task bar to delineate it from the background window port->drawBevelledRect(0, 0, windowSize.w, windowSize.h, CONFIG_NXWM_DEFAULT_SHINEEDGECOLOR, CONFIG_NXWM_DEFAULT_SHADOWEDGECOLOR); +#endif // Begin adding icons in the upper left corner -- cgit v1.2.3