fix icons

This commit is contained in:
Nishi 2025-12-27 19:58:34 +09:00
commit c9283ee7ce
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 14 additions and 14 deletions

View file

@ -145,7 +145,7 @@ int main() {
NULL);
opengl = MwCreateWidget(MwOpenGLClass, "opengl", window, 0, 0, 150, 150);
pxclock = MwLoadImage(window, ICON128DIR "/clock.png");
pxclock = MwLoadImage(window, ICON128DIR "/actions/clock.png");
MwOpenGLMakeCurrent(opengl);