X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=vid.h;h=1ba61753c9556cc74b4e634705f6758970b7155b;hb=fbea5eca195d739df224e44c9836cbbda6470e44;hp=56be2668bd9de91a085e29d3ca0269331a61c9b9;hpb=cecffffdd5310e387e8b910735ff77aa329cdb43;p=xonotic%2Fdarkplaces.git diff --git a/vid.h b/vid.h index 56be2668..1ba61753 100644 --- a/vid.h +++ b/vid.h @@ -33,22 +33,12 @@ typedef struct vrect_s typedef struct { - pixel_t *buffer; // invisible buffer - pixel_t *colormap; // 256 * VID_GRADES size - unsigned short *colormap16; // 256 * VID_GRADES size - int fullbright; // index of first fullbright color unsigned width; unsigned height; float aspect; // width / height -- < 0 is taller than wide - int numpages; int recalc_refdef; // if true, recalc vid-based stuff - pixel_t *conbuffer; unsigned conwidth; unsigned conheight; - int maxwarpwidth; - int maxwarpheight; - pixel_t *direct; // direct drawing to framebuffer, if not - // NULL } viddef_t; extern viddef_t vid; // global video state