diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
| -rw-r--r-- | macosx/plugins/DFXVideo/macsrc/PluginWindow.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindow.m b/macosx/plugins/DFXVideo/macsrc/PluginWindow.m index ef4737f1..8b0a59de 100644 --- a/macosx/plugins/DFXVideo/macsrc/PluginWindow.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginWindow.m @@ -29,7 +29,7 @@ - (void)sendEvent:(NSEvent *)theEvent { - int type = [theEvent type]; + NSEventType type = [theEvent type]; if (type == NSKeyDown || type == NSKeyUp) { if (type == NSKeyDown && [theEvent keyCode] == 53 /* escape */) { // reroute to menu event |
