window prop fixes, installed .png fixes, see cheange logs

This commit is contained in:
K D Hedger
2023-12-10 15:45:40 +00:00
parent 46bd5d8167
commit 6d52e61f72
48 changed files with 89 additions and 79 deletions

View File

@ -180,7 +180,7 @@ int main(int argc, char **argv)
//apc->globalLib->LFSTK_setGlobalString(PRELIGHTCOLOUR,TYPEWINDOW,"blue");
//apc->globalLib->LFSTK_setGlobalString(INACTIVECOLOUR,TYPEWINDOW,"yellow");
apc->LFSTK_addWindow(NULL,BOXLABEL);
apc->LFSTK_addWindow(NULL,BOXLABEL,"LFSTKExample");
wc=apc->mainWindow;