Bug 120464 - Netscape 6.21 Beta locked the CDE(dtlogin process). Fixed by joshu

a.xia@sun.com.  a=jdunn@netscape.com


git-svn-id: svn://10.0.0.236/branches/SUN_6_2_1_BRANCH@116165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
margaret.chan%sun.com
2002-03-08 20:07:24 +00:00
parent f7131abee9
commit 0cc814f453

View File

@@ -948,6 +948,9 @@ void nsWindow::NativeGrab(PRBool aGrab)
nsXKBModeSwitch::UnGrabKeyboard(GDK_CURRENT_TIME);
DropMotionTarget();
gdk_pointer_ungrab(GDK_CURRENT_TIME);
gdk_flush();
XFlush(GDK_DISPLAY());
}
}