fix typo in cocoa frontend context cleanup

This commit is contained in:
Vincent Sanders 2014-11-02 16:03:37 +00:00
parent c31c4babe1
commit f2cda2e1a7

View File

@ -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);