I'm using fltk2 on Linux and trying to open 3 GlWindows on 3 separate displays. 
 My best guess at how to do this is to follow the instructions in x11/run.cxx 
and change the value of fltk::xscreen immediately after calling open_display(). 
 I tried to do this by overriding Window::show(), but there are some private 
members of fltk::Window that prevent this.  Am I barking up the wrong tree 
here?  Is there a better way to open windows on multiple displays?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to