From 9755f11e2fb93a36ccfd2e3622c657293554bf27 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 12 Jan 1995 18:37:43 +0000 Subject: [PATCH] Aggiunta definizione di un colore mancante git-svn-id: svn://10.65.10.50/trunk@863 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/xvtility.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xvtility.cpp b/include/xvtility.cpp index f27d8d425..20c14dadb 100755 --- a/include/xvtility.cpp +++ b/include/xvtility.cpp @@ -27,6 +27,7 @@ short BASEY = 8; short ROWY = 8; COLOR MASK_BACK_COLOR = COLOR_WHITE; +COLOR MASK_LIGHT_COLOR = COLOR_WHITE; COLOR MASK_DARK_COLOR = COLOR_BLUE; COLOR NORMAL_COLOR = COLOR_BLACK; COLOR NORMAL_BACK_COLOR = COLOR_WHITE;