mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
fix typo in cocoa frontend context cleanup
This commit is contained in:
parent
c31c4babe1
commit
f2cda2e1a7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user