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

coverity#705331 Missing break in switch

Change-Id: Ie7416ac3b6cadce8e07d87b290869c0101c39783
üst 1ff71f59
...@@ -3981,7 +3981,7 @@ long X11SalFrame::Dispatch( XEvent *pEvent ) ...@@ -3981,7 +3981,7 @@ long X11SalFrame::Dispatch( XEvent *pEvent )
XSetInputFocus( GetXDisplay(), GetShellWindow(), XSetInputFocus( GetXDisplay(), GetShellWindow(),
RevertToNone, CurrentTime ); RevertToNone, CurrentTime );
} }
//fall-through
case ButtonRelease: case ButtonRelease:
case MotionNotify: case MotionNotify:
case EnterNotify: case EnterNotify:
......
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