summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
-rw-r--r--macosx/plugins/DFXVideo/macsrc/PluginWindow.m2
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