add dummy taskbar
This commit is contained in:
parent
3e0c386d97
commit
359948176d
4 changed files with 16 additions and 0 deletions
6
mpanel/taskbar/module.c
Normal file
6
mpanel/taskbar/module.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <Mw/Milsko.h>
|
||||
#include <libconfig.h>
|
||||
|
||||
void module(MwWidget box, config_setting_t* setting) {
|
||||
MwWidget b = MwCreateWidget(MwFrameClass, "taskbar", box, 0, 0, 0, 0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue