You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm calling
“WMPixmap* backgroundPixmap = WMCreatePixmapFromFile(scr, "test.xpm");
WMSetWidgetBackgroundPixmap(win, backgroundPixmap);”
When the code has no effect, no image is set
The text was updated successfully, but these errors were encountered:
I'm calling
“WMPixmap* backgroundPixmap = WMCreatePixmapFromFile(scr, "test.xpm");
WMSetWidgetBackgroundPixmap(win, backgroundPixmap);”
When the code has no effect, no image is set
The text was updated successfully, but these errors were encountered: