How are the windows created in linux when working on graphics using allegro library? does it uses X11 or its own primitive library?
Asked
Active
Viewed 214 times
1 Answers
2
In order to draw anything on X11 server display, one have to use X11 protocol. There is just no reason to do it in any other way then using xlib one way or another.
http://alleg.sourceforge.net/stabledocs/en/build/unix.html
Short version: whenever X available, xlib is used. If none present, it will try SVGA directly on console.

keltar
- 17,711
- 2
- 37
- 42