1
0
forked from 0ad/0ad

Fixed a failure caused by "Intel(R) 82845G/GL/GE/PE/GV Graphics Controller" being preposterously long

This was SVN commit r2031.
This commit is contained in:
Ykkrosh 2005-03-20 21:34:01 +00:00
parent 0b93abaa7c
commit 046e1e3adc

View File

@ -11,7 +11,7 @@ extern int get_cur_vmode(int* xres, int* yres, int* bpp, int* freq);
extern int get_monitor_size(int& width_mm, int& height_mm);
const size_t GFX_CARD_LEN = 32;
const size_t GFX_CARD_LEN = 128;
extern char gfx_card[GFX_CARD_LEN]; // default: ""
const size_t GFX_DRV_VER_LEN = 16;
extern char gfx_drv_ver[GFX_DRV_VER_LEN]; // default: ""