Hi!
As Brian said in the second alpha-release announcement, I've some
questions about X programming:
1. Does X support hardware-buffers like z-, alpha-, stencil- or
texture-buffer? Or does X just support raw-buffers, which are either
emulated by the X-server or directly in VRAM?
2. How can I check reliable, _if_ there is one more cursor available?
Or can I always assume, that there is one more available?
3. Should I use XCreateGlyphCursor() or XCreateFontCursor() to create
a cursor, that response to the keyboard instead to the mouse?
4. When a buffer is stored on disk, should I emulate MMIO -access by
using mmap() or should I use filedescriptors?
I hope, that anyone is here, who can answer some of my questions. I
need answers in order to finish the libGAlloc's X-target.
CU,
Christoph Egger
E-Mail: [EMAIL PROTECTED]