28 Sep
2006
28 Sep
'06
1:03 a.m.
Christoph Frick wrote:
hi
would someone please comment on that patch? this is a nearly unchanged version of my previous attempt - but this time against current git.
-static const unsigned int depths[] = {8, 16, 32}; +static const unsigned int depths[] = {8, 16, 32, 24}; +static const unsigned int nr_depths = sizeof(depths) / sizeof(depths[0]);
Can you make a test that demonstrates presence of 24-bit color depth on native? I have checked winnt40, win2k, winxp and none offering 24-bit. Also I seen some programs and games that will crash if you tell them that we really in 24-bit (as most X users are). Vitaliy.