move
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@754 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
9a54642942
commit
d722d9da58
3 changed files with 16 additions and 6 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue