Bug 1142

Summary: NEWT: Add support to retrieve the primary MonitorDevice
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 2.3.0   
Hardware: All   
OS: all   
Type: --- SCM Refs:
0adbc977ac7848e8092fa1d58174d0a37aabb86b
Workaround: ---

Description Sven Gothel 2015-03-09 15:39:05 CET

    
Comment 1 Sven Gothel 2015-03-09 15:48:12 CET
0adbc977ac7848e8092fa1d58174d0a37aabb86b

    Support added for
      - Windows
      - X11 XRandR 1.3
      - OSX
    
    Note: Our whole MonitorMode association handling is currently _not_ dynamic.
     - only on Windows we actually use native unique ID,
       which might not change (adapter and monitor idx)
    
     - On OSX and X11 we simply use indices,
       but if monitor setup changes - they refer to different instances.
    
    In case it is desired to cover dynamic monitor setup change,
    we need to address this issue in a new bug entry.