From 98f9382fb8307e539091454392ca658648f722b8 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 12 Nov 2011 20:07:20 +0000 Subject: Big Mac Commit! Updating plug-ins to use Release instead of Debug for command line building. Update to use 64-bit safe datatypes (NSInteger where needed). Getting rid of no longer used variables in the Xcode projects. Making a Localizable.strings file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72225 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/PluginWindow.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindow.m') 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 -- cgit v1.2.3