use xemil instead of libconfig

This commit is contained in:
Nishi 2025-12-24 23:42:12 +09:00
commit 46c31fcdfd
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 111 additions and 70 deletions

View file

@ -1,6 +1,6 @@
#include <Mw/Milsko.h>
#include <libconfig.h>
#include <xemil.h>
void module(MwWidget box, config_setting_t* setting) {
void module(MwWidget box, xl_node_t* node) {
MwWidget b = MwCreateWidget(MwFrameClass, "taskbar", box, 0, 0, 0, 0);
}