git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@39 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-09-29 00:10:20 +00:00
commit cad1113643
15 changed files with 46 additions and 46 deletions

View file

@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
static void create(MwWidget handle) {
MwSetDefault(handle);
@ -7,7 +7,7 @@ static void create(MwWidget handle) {
static void draw(MwWidget handle) {
MwLLColor c = MwParseColor(handle, MwGetText(handle, MwNbackground));
MwRect r;
MwRect r;
r.x = 0;
r.y = 0;