X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmsdos.h;fp=src%2Fmsdos.h;h=32d6a4c23700f07214b740a3ac27c672d88d40b8;hb=05c80e257e74b9f48c5d4b5cc807db0a4fb82fd2;hp=c344414ed379eeeffb461de91d0d437e2016fbbc;hpb=0c2b6a7610933f9098ec233f7b4c2b52eac3535c;p=rocksndiamonds.git diff --git a/src/msdos.h b/src/msdos.h index c344414e..32d6a4c2 100644 --- a/src/msdos.h +++ b/src/msdos.h @@ -550,6 +550,7 @@ typedef long XVisualInfo; typedef long Atom; typedef int Status; typedef int Bool; +typedef int XComposeStatus; /* we don't need the real type */ typedef struct _XGC { @@ -706,4 +707,8 @@ void XCloseDisplay(Display *); void XNextEvent(Display *, XEvent *); int XPending(Display *); KeySym XLookupKeysym(XKeyEvent *, int); +int XLookupString(XKeyEvent *, char *, int, KeySym *, XComposeStatus *); +void XSetForeground(Display *, GC, unsigned long); +void XDrawLine(Display *, Drawable, GC, int, int, int, int); +void XDestroyImage(XImage *); void NetworkServer(int, int);