X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fx11.h;h=d2f74adc49c05d289b5bfed9a7e1fb0416676f7a;hb=8be31c2781126204470171aff7af45713ec42e9e;hp=e0e32dbbc1234da4e5a1916ff3b297742dda119a;hpb=74b5b6c19587f93c45b72b1153154030dc99b50d;p=rocksndiamonds.git diff --git a/src/x11.h b/src/x11.h index e0e32dbb..d2f74adc 100644 --- a/src/x11.h +++ b/src/x11.h @@ -28,6 +28,16 @@ #endif /* !MSDOS */ +/* system dependent definitions */ + +/* DOS version has already defined "PLATFORM_STRING" */ +#ifndef PLATFORM_STRING +#define PLATFORM_STRING "X11" +#endif + +#define FULLSCREEN_STATUS FULLSCREEN_NOT_AVAILABLE + + /* X11 type definitions */ typedef Pixmap Bitmap;