Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice
Summary: NEWT: Add support to retrieve the primary MonitorDevice
Status: RESOLVED FIXED
Alias: None
Product: Newt
Classification: JogAmp
Component: core (show other bugs)
Version: 2.3.0
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-03-09 15:39 CET by Sven Gothel
Modified: 2019-03-29 17:54 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
0adbc977ac7848e8092fa1d58174d0a37aabb86b
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.