Fixes for clean compilation.

This commit is contained in:
Sanel Zukan 2007-03-16 16:11:02 +00:00
parent 3e09622646
commit 06438466eb
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ enum{
EDERUN_FORK_FAILED = 65532,
EDERUN_WAITPID_FAILED = 65531,
EDERUN_EXECVE_FAILED = 65530,
EDERUN_PTY_FAILED = 65529
EDERUN_PTY_FAILED = 65529,
EDERUN_USER_CANCELED = 65528
};

View File

@ -301,7 +301,7 @@ void EDE_Calendar::draw() {
for (i = 0; i < 31; i++) {
Button *btn = m_dayButtons[i];
btn->box(THIN_UP_BOX);
btn->focusbox(DOTTED_FRAME);
//btn->focusbox(DOTTED_FRAME);
btn->color(btn_color);
// btn->highlight_color(btn_color_hov);
btn->labelfont(labelfont());