1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:17:45 +00:00

Piano: Add 16x16 window icon.

This commit is contained in:
Andreas Kling 2019-07-13 23:12:40 +02:00
parent 3eeb0734ba
commit 9197cfc62f
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,8 @@ int main(int argc, char** argv)
window->show();
window->set_icon_path("/res/icons/16x16/app-piano.png");
CNotifier notifier(s_pipefds[0], CNotifier::Read);
notifier.on_ready_to_read = [&] {
char buffer[32];