summaryrefslogtreecommitdiffstats
path: root/src/newt/native/WindowsWindow.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-06 00:59:46 +0200
committerSven Gothel <[email protected]>2010-05-06 00:59:46 +0200
commitf3cd476a00e86da9963d4a5c705022e82d5d2059 (patch)
treef9dc721a8aa6b649a6aa5581893bb76dba15a069 /src/newt/native/WindowsWindow.c
parentb8b7a30dcfbee99c60f9f0abeb95a973cc1dcdd5 (diff)
A little cleanup ..
Diffstat (limited to 'src/newt/native/WindowsWindow.c')
-rwxr-xr-xsrc/newt/native/WindowsWindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newt/native/WindowsWindow.c b/src/newt/native/WindowsWindow.c
index e7d4e534b..a3ff7d6c7 100755
--- a/src/newt/native/WindowsWindow.c
+++ b/src/newt/native/WindowsWindow.c
@@ -1312,6 +1312,8 @@ JNIEXPORT void JNICALL Java_com_jogamp_newt_impl_windows_WindowsWindow_setFullsc
SetWindowPos(hwnd, hWndInsertAfter, x, y, width, height, flags);
+ NewtWindows_requestFocus ( wnd );
+
(*env)->CallVoidMethod(env, obj, sizeChangedID, (jint) width, (jint) height);
}