Advertise windows to panel
This commit is contained in:
parent
d732a2d681
commit
801e2d64fb
@ -318,5 +318,8 @@ static void TOARU_SetCaption(_THIS, const char *title, const char *icon) {
|
|||||||
}
|
}
|
||||||
this->hidden->title = strdup(title);
|
this->hidden->title = strdup(title);
|
||||||
this->hidden->redraw_borders = 1;
|
this->hidden->redraw_borders = 1;
|
||||||
|
|
||||||
|
yutani_window_advertise_icon(this->hidden->yctx, this->hidden->window, title, icon);
|
||||||
|
fprintf(stderr, "[sdl] icon name should be: '%s.png'\n", icon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user