git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@546 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-01 05:14:03 +00:00
parent 0b5463e1d1
commit db98104aa0
9 changed files with 32 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
/* $Id$ */
#include "Mw/Core.h"
#include <Mw/Milsko.h>
#include <Mw/LowLevelMath.h>
int main() {
MwWidget w = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT,
@@ -10,6 +8,8 @@ int main() {
MwWidget cpicker = MwColorPicker(w, "cpicker");
printf("!\n");
(void)cpicker;
MwLoop(w);