add icon to window

This commit is contained in:
Nishi 2025-11-21 19:21:27 +09:00
commit 68b39ed6d4
2 changed files with 8 additions and 0 deletions

View file

@ -28,6 +28,9 @@ void check_mail(void){
MwVaApply(image,
MwNpixmap, full,
NULL);
MwVaApply(window,
MwNiconPixmap, full,
NULL);
}
last = s.st_mtime;