Added missing break statement (Bug 6043)
This commit is contained in:
parent
7b408bc3b8
commit
c7a458b5ad
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ static Window event_get_window(XEvent *e)
|
||||||
switch (((XkbAnyEvent*)e)->xkb_type) {
|
switch (((XkbAnyEvent*)e)->xkb_type) {
|
||||||
case XkbBellNotify:
|
case XkbBellNotify:
|
||||||
window = ((XkbBellNotifyEvent*)e)->window;
|
window = ((XkbBellNotifyEvent*)e)->window;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
window = None;
|
window = None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue