mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
move
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@754 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -51,10 +51,10 @@ struct _MwLLCommonPixmap {
|
||||
|
||||
#ifdef _MILSKO
|
||||
#ifdef USE_X11
|
||||
#include "../../src/backend/x11.h"
|
||||
#include <Mw/LowLevel/X11.h>
|
||||
#endif
|
||||
#ifdef USE_GDI
|
||||
#include "../../src/backend/gdi.h"
|
||||
#include <Mw/LowLevel/GDI.h>
|
||||
#endif
|
||||
|
||||
union _MwLL {
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* $Id$ */
|
||||
#ifndef __GDI_H__
|
||||
#define __GDI_H__
|
||||
/*!
|
||||
* @file Mw/LowLevel/GDI.h
|
||||
* @brief GDI Backend
|
||||
* @warning This is used internally
|
||||
*/
|
||||
#ifndef __MW_LOWLEVEL_GDI_H__
|
||||
#define __MW_LOWLEVEL_GDI_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
@@ -1,6 +1,11 @@
|
||||
/* $Id$ */
|
||||
#ifndef __X11_H__
|
||||
#define __X11_H__
|
||||
/*!
|
||||
* @file Mw/LowLevel/X11.h
|
||||
* @brief X11 Backend
|
||||
* @warning This is used internally
|
||||
*/
|
||||
#ifndef __MW_LOWLEVEL_X11_H__
|
||||
#define __MW_LOWLEVEL_X11_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
Reference in New Issue
Block a user