Kaydet (Commit) 7c50556c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion (IntegralCast) from bool to 'int'

Change-Id: I8094180c898c89351caa4805e395c3f3f2b0a946
üst eb1bfe68
......@@ -3155,7 +3155,7 @@ bool GtkSalFrame::Dispatch( const XEvent* pEvent )
GdkEventFocus aEvent;
aEvent.type = GDK_FOCUS_CHANGE;
aEvent.window = widget_get_window( m_pWindow );
aEvent.send_event = true;
aEvent.send_event = 1;
aEvent.in = gint16(pEvent->xclient.data.l[1] == 1);
signalFocus( m_pWindow, &aEvent, this );
}
......
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