From 9c9726be6c044f2bffdb6543d3057c6eb21fa3c8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Aug 1996 15:46:57 +0000 Subject: [PATCH] Aggiunti colori per i bottoni git-svn-id: svn://10.65.10.50/trunk@3345 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/colors.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/colors.h b/include/colors.h index a40d81428..98e01d626 100755 --- a/include/colors.h +++ b/include/colors.h @@ -8,6 +8,9 @@ extern COLOR MASK_BACK_COLOR; extern COLOR MASK_LIGHT_COLOR; extern COLOR MASK_DARK_COLOR; +extern COLOR BTN_BACK_COLOR; +extern COLOR BTN_LIGHT_COLOR; +extern COLOR BTN_DARK_COLOR; extern COLOR TOOL_BACK_COLOR; extern COLOR NORMAL_COLOR; extern COLOR NORMAL_BACK_COLOR;