added B_WINDOW_TAB_COLOR to ui_color() without app_server
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -729,6 +729,8 @@ ui_color(color_which which)
|
||||
return make_color(0,255,0);
|
||||
case B_FAILURE_COLOR:
|
||||
return make_color(255,0,0);
|
||||
case B_WINDOW_TAB_COLOR:
|
||||
return make_color(255,0,203);
|
||||
default:
|
||||
fprintf(stderr, "ui_color(): unknown color_which %d\n", which);
|
||||
return make_color(0,0,0);
|
||||
|
||||
Reference in New Issue
Block a user