Aggiunta parametrizzazione campi scavati
git-svn-id: svn://10.65.10.50/trunk@2959 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
74ae2eef06
commit
777cc16ad5
@ -15,6 +15,7 @@ extern COLOR DISABLED_COLOR;
|
||||
extern COLOR DISABLED_BACK_COLOR;
|
||||
extern COLOR FOCUS_COLOR;
|
||||
extern COLOR FOCUS_BACK_COLOR;
|
||||
extern BOOLEAN CAMPI_SCAVATI;
|
||||
|
||||
const COLOR COLOR_DKCYAN = MAKE_COLOR(0,128,128);
|
||||
const COLOR COLOR_DKYELLOW = MAKE_COLOR(128,128, 0);
|
||||
|
@ -35,8 +35,7 @@ short get_focus_id(WINDOW win)
|
||||
}
|
||||
|
||||
|
||||
#define CAMPI_SCAVATI FALSE
|
||||
|
||||
// #define CAMPI_SCAVATI FALSE
|
||||
HIDDEN int X_FU_MULTIPLE = 0;
|
||||
HIDDEN int Y_FU_MULTIPLE = 0;
|
||||
HIDDEN const int ITF_CID = 30000;
|
||||
|
@ -50,6 +50,7 @@ COLOR DISABLED_COLOR = COLOR_GRAY;
|
||||
COLOR DISABLED_BACK_COLOR = MASK_BACK_COLOR;
|
||||
COLOR FOCUS_COLOR = NORMAL_COLOR;
|
||||
COLOR FOCUS_BACK_COLOR = COLOR_CYAN;
|
||||
BOOLEAN CAMPI_SCAVATI = FALSE;
|
||||
|
||||
const word WM_WAKEUP = RegisterWindowMessage("WAKEUP");
|
||||
|
||||
@ -486,6 +487,7 @@ void customize_colors()
|
||||
FOCUS_COLOR = colors.get_color("Focus", NULL, -1, FOCUS_COLOR);
|
||||
FOCUS_BACK_COLOR = colors.get_color("FocusBack", NULL, -1, FOCUS_BACK_COLOR);
|
||||
TOOL_BACK_COLOR = colors.get_color("ToolBack", NULL, -1, MASK_DARK_COLOR);
|
||||
CAMPI_SCAVATI = colors.get_bool("Campi3D", NULL, -1, FALSE);
|
||||
}
|
||||
|
||||
// @doc INTERNAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user