mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +00:00
now that's better
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@829 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -38,4 +38,6 @@ struct _MwLLGDIPixmap {
|
|||||||
HBITMAP hMask2;
|
HBITMAP hMask2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MWDECL int MwLLGDICallInit(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -68,4 +68,6 @@ struct _MwLLX11Pixmap {
|
|||||||
XImage* mask;
|
XImage* mask;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MWDECL int MwLLX11CallInit(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -685,12 +685,6 @@ MwWidget MwGetParent(MwWidget handle) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
typedef int (*call_t)(void);
|
typedef int (*call_t)(void);
|
||||||
#ifdef USE_X11
|
|
||||||
int MwLLX11CallInit(void);
|
|
||||||
#endif
|
|
||||||
#ifdef USE_GDI
|
|
||||||
int MwLLGDICallInit(void);
|
|
||||||
#endif
|
|
||||||
int MwLibraryInit(void) {
|
int MwLibraryInit(void) {
|
||||||
call_t calls[] = {
|
call_t calls[] = {
|
||||||
#ifdef USE_X11
|
#ifdef USE_X11
|
||||||
|
|||||||
Reference in New Issue
Block a user