linux - does allegro uses X11 for creating display windows? -


how windows created in linux when working on graphics using allegro library? uses x11 or own primitive library?

in order draw on x11 server display, 1 have use x11 protocol. there no reason in other way using xlib 1 way or another.

http://alleg.sourceforge.net/stabledocs/en/build/unix.html

short version: whenever x available, xlib used. if none present, try svga directly on console.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -