picture works

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@83 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-09-30 21:58:05 +00:00
commit 13164f0ed5
11 changed files with 71 additions and 13 deletions

View file

@ -26,3 +26,7 @@ MwClassRec MwWindowClassRec = {
NULL /* click */
};
MwClass MwWindowClass = &MwWindowClassRec;
void MwWindowSetIcon(MwWidget handle, MwLLPixmap pixmap) {
MwLLSetIcon(handle->lowlevel, pixmap);
}