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

View File

@@ -1,6 +1,6 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
void handler(MwWidget handle, void* user_data, void* call_data){
printf("hello world!\n");

View File

@@ -1,6 +1,6 @@
/* $Id$ */
#ifndef __MW_MW_H__
#define __MW_MW_H__
#ifndef __MW_MILSKO_H__
#define __MW_MILSKO_H__
#include <Mw/MachDep.h>
#include <Mw/LowLevel.h>

View File

@@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
static void create(MwWidget handle) {
MwSetDefault(handle);

View File

@@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
#include "stb_ds.h"

View File

@@ -1,4 +1,4 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
const char* MwDefaultBackground = "#ddd";

View File

@@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
static int hex(const char* txt, int len) {
int i;

View File

@@ -1,2 +1,2 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>

View File

@@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
void MwLLCreateCommon(MwLL handle) {
handle->handler = malloc(sizeof(*handle->handler));

View File

@@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
static void create(MwWidget handle) {
MwSetDefault(handle);

View File

@@ -1,5 +1,5 @@
/* $Id$ */
#include <Mw/Mw.h>
#include <Mw/Milsko.h>
static unsigned long mask = ExposureMask | StructureNotifyMask | ButtonPressMask | ButtonReleaseMask;