forked from pyrite-dev/milsko
things
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@146 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
280286f389
commit
a696ee01f3
5 changed files with 82 additions and 7 deletions
25
include/Mw/Image.h
Normal file
25
include/Mw/Image.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/* $Id$ */
|
||||
/*!
|
||||
* %file Mw/Image.h
|
||||
* %brief Image widget
|
||||
*/
|
||||
#ifndef __MW_IMAGE_H__
|
||||
#define __MW_IMAGE_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* %brief Image widget class
|
||||
*/
|
||||
MWDECL MwClass MwImageClass;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
@ -11,10 +11,12 @@
|
|||
#include <Mw/TypeDefs.h>
|
||||
#include <Mw/LowLevel.h>
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/extensions/XShm.h>
|
||||
#ifndef NO_XRENDER
|
||||
#include <X11/extensions/Xrender.h>
|
||||
#endif
|
||||
|
||||
struct _MwLL {
|
||||
Display* display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue