appkit
This commit is contained in:
parent
079cfa18b9
commit
2d3bd9213e
13 changed files with 416 additions and 83 deletions
27
include/Mw/LowLevel/AppKit.h
Normal file
27
include/Mw/LowLevel/AppKit.h
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
/*!
|
||||
* @file Mw/LowLevel/AppKit.h
|
||||
* @brief Work in progress AppKit Backend
|
||||
* @warning This is used internally.
|
||||
*/
|
||||
#ifndef __MW_LOWLEVEL_APPKIT_H__
|
||||
#define __MW_LOWLEVEL_APPKIT_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
#include <Mw/LowLevel.h>
|
||||
|
||||
MWDECL int MwLLAppKitCallInit(void);
|
||||
|
||||
struct _MwLLAppKit {
|
||||
struct _MwLLCommon common;
|
||||
};
|
||||
|
||||
struct _MwLLAppKitColor {
|
||||
struct _MwLLCommonColor common;
|
||||
};
|
||||
|
||||
struct _MwLLAppKitPixmap {
|
||||
struct _MwLLCommonPixmap common;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue