git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@36 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 00:04:04 +00:00
parent 4910b4d1d8
commit b490488422
19 changed files with 253 additions and 253 deletions

View File

@@ -2,28 +2,28 @@
#ifndef __MILSKO_X11_H__
#define __MILSKO_X11_H__
#include <Milsko/MachDep.h>
#include <Mw/MachDep.h>
typedef struct _MilskoLL * MilskoLL, MilskoLLRec;
typedef struct _MilskoLLColor *MilskoLLColor, MilskoLLColorRec;
typedef struct _MwLL * MwLL, MwLLRec;
typedef struct _MwLLColor *MwLLColor, MwLLColorRec;
#include <Milsko/TypeDefs.h>
#include <Milsko/LowLevel.h>
#include <Mw/TypeDefs.h>
#include <Mw/LowLevel.h>
#include <X11/X.h>
#include <X11/Xutil.h>
struct _MilskoLL {
struct _MwLL {
Display* display;
Window window;
GC gc;
Colormap colormap;
void* user;
MilskoLLHandler handler;
MwLLHandler handler;
};
struct _MilskoLLColor {
struct _MwLLColor {
unsigned long pixel;
int red;
int green;