aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2015-08-18 11:11:14 +0200
committerSven Gothel <sgothel@jausoft.com>2015-08-18 11:11:14 +0200
commit56f03908e476a4630d36282592e12bf20e589fa8 (patch)
treeb97a03944452e264b4e12f03aef29ccf79d370b6 /src/newt/classes/jogamp
parent39661fb1d16149df7eabe818a25f44dac537c8a3 (diff)
Bug 1188: Add @since 2.3.2 tag
Diffstat (limited to 'src/newt/classes/jogamp')
-rw-r--r--src/newt/classes/jogamp/newt/WindowImpl.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newt/classes/jogamp/newt/WindowImpl.java b/src/newt/classes/jogamp/newt/WindowImpl.java
index 5e8a1d806..dd1680b0f 100644
--- a/src/newt/classes/jogamp/newt/WindowImpl.java
+++ b/src/newt/classes/jogamp/newt/WindowImpl.java
@@ -188,6 +188,7 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer
* Number of all public state bits, {@value}.
* <p>Defaults to {@code false}.</p>
* @see #getStateMask()
+ * @since 2.3.2
*/
protected static final int STATE_BIT_COUNT_ALL_PUBLIC = 15;
/** Bitmask for {@link #STATE_BIT_COUNT_ALL_PUBLIC} */
@@ -200,6 +201,7 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer
* <p>Bit number {@value}.</p>
* <p>Defaults to {@code false}.</p>
* @see #getStateMask()
+ * @since 2.3.2
*/
/* pp */ static final int STATE_BIT_FULLSCREEN_SPAN = 12;
/* pp */ static final int PSTATE_BIT_MINMAXSIZE_SET = 27;
@@ -224,6 +226,7 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer
* <li>{@link #STATE_MASK_POINTERCONFINED}</li>
* </ul>
* Above taken out states are achieved from caller createNative() 'manually'.
+ * @since 2.3.2
*/
protected final int STATE_MASK_CREATENATIVE = STATE_MASK_UNDECORATED |
STATE_MASK_ALWAYSONTOP |