fix clock icon

This commit is contained in:
Nishi 2025-12-30 09:49:10 +09:00
commit 1dc3af5245
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -147,6 +147,8 @@ int main() {
opengl = MwCreateWidget(MwOpenGLClass, "opengl", window, 0, 0, 150, 150);
pxclock = MwLoadImage(window, ICON128DIR "/actions/clock.png");
MwVaApply(window, MwNiconPixmap, pxclock, NULL);
MwOpenGLMakeCurrent(opengl);
col = MwParseColor(window, MwGetText(window, MwNbackground));