From 3ee0a02cf2568fe3054c99cb3c9e5c17c0e97372 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Thu, 13 Nov 2025 02:29:28 +0000 Subject: [PATCH] typedef git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@684 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/LowLevel.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/Mw/LowLevel.h b/include/Mw/LowLevel.h index 7ba6b7a..1ab37eb 100644 --- a/include/Mw/LowLevel.h +++ b/include/Mw/LowLevel.h @@ -9,8 +9,11 @@ #include -typedef struct _MwLLHandler* MwLLHandler; -typedef struct _MwLLMouse MwLLMouse; +typedef struct _MwLLHandler* MwLLHandler; +typedef struct _MwLLMouse MwLLMouse; +typedef struct _MwLLCommon* MwLLCommon; +typedef struct _MwLLCommonColor* MwLLCommonColor; +typedef struct _MwLLCommonPixmap* MwLLCommonPixmap; #ifdef _MILSKO typedef union _MwLL* MwLL; typedef union _MwLLColor* MwLLColor;