I have an example using glx to create two windows in one process is here:
http://pastebin.com/m2f1a796b
Now the questions :
1) are there problems managing two (or more) windows in one process? I
see that the SDL library allows only one window creation
2) what other problems are in this example?
3) any suggestion how to improve it?
Thanks in advance :)
ps I can not figure out why the image is not shrinking when reducing the
window size, or expanding when increasing window size. Ayone got an idea
why?