Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5e0696af
Commit
5e0696af
authored
Aug 15, 2009
by
Rémi Denis-Courmont
Browse files
XCB: ignore change of keyboard mapping
parent
38711760
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/video_output/xcb/events.c
View file @
5e0696af
...
...
@@ -117,6 +117,9 @@ static int ProcessEvent (vout_display_t *vd,
vout_display_SendEventClose
(
vd
);
break
;
case
XCB_MAPPING_NOTIFY
:
break
;
default:
msg_Dbg
(
vd
,
"unhandled event %"
PRIu8
,
ev
->
response_type
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment