summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 16:03:37 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 16:03:37 +0000
commitf2cda2e1a707033ac582e791c45eeb3d0feaa70d (patch)
tree4dd1ca9c791903a1591f4ed91bcfa917d4e5c860 /cocoa
parentc31c4babe172ab581a3196536d47fc2558a01acd (diff)
downloadnetsurf-f2cda2e1a707033ac582e791c45eeb3d0feaa70d.tar.gz
netsurf-f2cda2e1a707033ac582e791c45eeb3d0feaa70d.tar.bz2
fix typo in cocoa frontend context cleanup
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/BrowserView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/BrowserView.m b/cocoa/BrowserView.m
index d07cb5411..e8567f056 100644
--- a/cocoa/BrowserView.m
+++ b/cocoa/BrowserView.m
@@ -490,7 +490,7 @@ static browser_mouse_state cocoa_mouse_flags_for_event( NSEvent *evt )
NSMenu *popupMenu = [[NSMenu alloc] initWithTitle: @""];
NSPoint point = [self convertMousePoint: event];
- struct browser_window_features;
+ struct browser_window_features cont;
browser_window_get_features(browser, point.x, point.y, &cont);