diff options
author | Sven Gothel <[email protected]> | 2015-03-09 10:24:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-09 10:24:47 +0100 |
commit | aba21ccaebb2acf20690a77f5c0914f12d736755 (patch) | |
tree | 672fee574fabee63ffba5b4630237ad3d88fcaa4 /src | |
parent | 99d37df6cf410117cb8d49774ef7550bcf847c7b (diff) |
Fix regression of commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655: IDX_MONITOR_DEVICE_VIEWPORT needed to be updated!
Diffstat (limited to 'src')
-rw-r--r-- | src/newt/classes/jogamp/newt/MonitorModeProps.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newt/classes/jogamp/newt/MonitorModeProps.java b/src/newt/classes/jogamp/newt/MonitorModeProps.java index eacf77e25..873b9edc3 100644 --- a/src/newt/classes/jogamp/newt/MonitorModeProps.java +++ b/src/newt/classes/jogamp/newt/MonitorModeProps.java @@ -151,6 +151,7 @@ public class MonitorModeProps { public static final int IDX_MONITOR_DEVICE_VIEWPORT = 1 // count + 1 // native mode + + 1 // isClone + MonitorModeProps.NUM_RESOLUTION_PROPERTIES // sizeMM ; |