|
From: Nicholas N. <nj...@ca...> - 2004-04-21 15:59:42
|
On Wed, 21 Apr 2004, Tom Hughes wrote: > Add support for the FBIOGET_VSCREENINFO and FBIOGET_FSCREENINFO ioctls > based on a patch from Paul Olav Tvete <pa...@tr...>. Hmm; we have an unsatisfactory situation at the moment... #including new headers for IOCTLs is a bit dangerous, because some of these headers aren't universal. This has prevented us from applying a bunch of IOCTLs like this previously. At least, that's my understanding of it. N |