mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixes for clean compilation.
This commit is contained in:
parent
3e09622646
commit
06438466eb
@ -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
|
||||
};
|
||||
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user