Re: [Freerdp-devel] FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Marc-André Moreau
Hi Daniel, The code which handles this is in xf_monitor.c: https://github.com/FreeRDP/FreeRDP/blob/master/client/X11/xf_monitor.c It is assuming that the leftmost monitor is always the primary monitor. I guess one thing that could be improved on would be to detect from X11 which one is the primar

[Freerdp-devel] FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Daniel Zabel
Hello everyone, Ì have already an runnning multimon enviroment with two displays. The primary display is automatically set to the left display, but i need to change this to the right display. How can I do this? Regards Daniel Zabel