Re: [PATCH] Also show 24bit modes as supported, but still handle them like 32bit later
28 Sep
2006
28 Sep
'06
4: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.
7018
Age (days ago)
7018
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vitaliy Margolen