single logic screen and window size control

I have an X application running on two monitors which are configured as single logic screen. How can I create two windows positioning on two screens at the same time. I don't know how the program can query if it runs on a system with one monitor or with multiple monitor. Hope I made clear what the question is.


dpeterc

dpeterc's picture

Re: single logic screen and window size control

I think you need xinerama for this
http://www.mirrorservice.org/sites/down ... amaApi.txt
But it is being phased out in favor of XRandR
http://www.x.org/wiki/Projects/XRandR
You can query X server for extensions to find out which is actually being used.