mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 01:19:44 +00:00
better solution
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@25 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
4
src/default.c
Normal file
4
src/default.c
Normal file
@@ -0,0 +1,4 @@
|
||||
/* $Id$ */
|
||||
#include <Milsko/Milsko.h>
|
||||
|
||||
const char* MilskoDefaultBackground = "#ddd";
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <Milsko/Milsko.h>
|
||||
|
||||
static void create(MilskoWidget handle) {
|
||||
MilskoSetText(handle, MilskoNbackground, MILSKO_BACKGROUND);
|
||||
MilskoSetText(handle, MilskoNbackground, MilskoDefaultBackground);
|
||||
}
|
||||
|
||||
static void draw(MilskoWidget handle) {
|
||||
|
||||
Reference in New Issue
Block a user