Kaydet (Commit) caf14ad1 authored tarafından Caolán McNamara's avatar Caolán McNamara

want to grab with owner_events true

Change-Id: Iada234df8b476cee36a1a360de7fb5b14a0d01b8
üst 1940d8b8
......@@ -2802,7 +2802,7 @@ void GtkSalFrame::grabKeyboard( bool bGrab )
if (bGrab)
{
gdk_device_grab(pKeyboard, widget_get_window(m_pWindow), GDK_OWNERSHIP_NONE,
FALSE, (GdkEventMask)(GDK_KEY_PRESS | GDK_KEY_RELEASE), NULL, GDK_CURRENT_TIME);
true, (GdkEventMask)(GDK_KEY_PRESS | GDK_KEY_RELEASE), NULL, GDK_CURRENT_TIME);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment