From e794fc40ba723f2fca4ac892e873975fb393e007 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 10 Oct 2015 03:08:14 +0200 Subject: WindowImpl.quirks: Access default -> protected, also fix API doc comment. --- src/newt/classes/jogamp/newt/WindowImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/newt/classes/jogamp/newt/WindowImpl.java b/src/newt/classes/jogamp/newt/WindowImpl.java index ab2cf97c6..88f9e07b9 100644 --- a/src/newt/classes/jogamp/newt/WindowImpl.java +++ b/src/newt/classes/jogamp/newt/WindowImpl.java @@ -196,9 +196,9 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer * i.e. {@code fast=true}. *

*/ - static final int QUIRK_BIT_VISIBILITY = 0; - /** Regular state mask */ - /* pp */ static final Bitfield quirks = Bitfield.Factory.synchronize(Bitfield.Factory.create(32)); + protected static final int QUIRK_BIT_VISIBILITY = 0; + /** Quirk mask */ + protected static final Bitfield quirks = Bitfield.Factory.synchronize(Bitfield.Factory.create(32)); // // State Mask -- cgit v1.2.3