X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmsdos.h;fp=src%2Flibgame%2Fmsdos.h;h=8307a054dd0e57b523eff5a8927d17c3ee6d269a;hb=b124c56f1cf069a6c77802919b1a9cbbedb77029;hp=e976420e06f0931e9ee23c0df69753d1fbe36de6;hpb=94514e77176075d9f654599f4ff1c018d66b7c1e;p=rocksndiamonds.git diff --git a/src/libgame/msdos.h b/src/libgame/msdos.h index e976420e..8307a054 100644 --- a/src/libgame/msdos.h +++ b/src/libgame/msdos.h @@ -722,8 +722,8 @@ void XFillRectangle(Display *, Drawable, GC, int, int, Pixmap XCreatePixmap(Display *, Drawable, unsigned int, unsigned int, unsigned int); void XSync(Display *, Bool); -inline void XCopyArea(Display *, Drawable, Drawable, GC, int, int, - unsigned int, unsigned int, int, int); +void XCopyArea(Display *, Drawable, Drawable, GC, int, int, + unsigned int, unsigned int, int, int); int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); int XReadBitmapFile(Display *, Drawable, char *, unsigned int *, unsigned int *, Pixmap *, int *, int *);