Skip to content

Commit

Permalink
Fix regression of commit 559ecad: IDX_MONITOR_DEVICE_VIEWPORT needed …
Browse files Browse the repository at this point in the history
…to be updated!
  • Loading branch information
sgothel committed Mar 9, 2015
1 parent 99d37df commit aba21cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newt/classes/jogamp/newt/MonitorModeProps.java
Expand Up @@ -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
;

Expand Down

0 comments on commit aba21cc

Please sign in to comment.