X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmsdos.h;h=40a42da2600d6e1b3f344bcbed58b38b9b4a8dc6;hb=4337ea074a6962a576fc0e44d61d48ebc76fa6ae;hp=af8652353e47c84a41b33ff0cd0e9003de2b0851;hpb=c9821c49e08e02532f3ff812ebf8f64230aea7ea;p=rocksndiamonds.git diff --git a/src/libgame/msdos.h b/src/libgame/msdos.h index af865235..40a42da2 100644 --- a/src/libgame/msdos.h +++ b/src/libgame/msdos.h @@ -694,6 +694,8 @@ typedef union _XEvent XKeyEvent xkey; } XEvent; +Pixel AllegroAllocColorCell(int, int, int); + void XMapWindow(Display *, Window); Display *XOpenDisplay(char *); Window XCreateSimpleWindow(Display *, Window, int, int, @@ -732,6 +734,7 @@ void XAutoRepeatOn(Display *); void XAutoRepeatOff(Display *); void AllegroDrawLine(Drawable, int, int, int, int, Pixel); +Pixel AllegroGetPixel(Drawable, int, int); void MSDOSOpenAudio(void); void MSDOSCloseAudio(void);