Bug 1148

Summary: OSX MonitorDevice: Use unique and native deviceID instead of index
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 2.3.1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
7438540ee6604cf91e14f12da891834d4cd83cfe
Workaround: ---

Description Sven Gothel 2015-03-21 04:35:57 CET
Adopt to bug 1147, commit 2c88b6dfd4eb7e2cd9a50fa48e08ecafc980931a.

Using the native unique deviceID makes monitor identification more robust.
Comment 1 Sven Gothel 2015-03-21 04:38:20 CET
7438540ee6604cf91e14f12da891834d4cd83cfe

Changed as described ..

    This also allows us simplify
      displayID -> NSScreen-idx -> MonitorDevice
    into
      displayID -> MonitorDevice
    
    and to survive a primary monitor change.