diff options
author | Sven Gothel <[email protected]> | 2010-11-02 00:12:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-02 00:12:28 +0100 |
commit | 09be7eb4e912749ccf84525bca87d9d70f1c2ed1 (patch) | |
tree | 93145e80f79ba0ea46c19b0b1ad1cda893223e1f /src/newt/native/WindowsWindow.c | |
parent | 79d306f154351e9c61167292a4dfced4bc1309cd (diff) |
ScreenMode: Ignore modes < 15bpp
Diffstat (limited to 'src/newt/native/WindowsWindow.c')
-rw-r--r-- | src/newt/native/WindowsWindow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/native/WindowsWindow.c b/src/newt/native/WindowsWindow.c index 536a706ac..b2f96a03b 100644 --- a/src/newt/native/WindowsWindow.c +++ b/src/newt/native/WindowsWindow.c @@ -1454,7 +1454,6 @@ JNIEXPORT jlong JNICALL Java_com_jogamp_newt_impl_windows_WindowsWindow_CreateWi (*env)->ReleaseStringUTFChars(env, jWndName, wndName); #endif - return (jlong) (intptr_t) window; } |