mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-08 00:01:41 +03:00
Remove some RMBTrap remnants, the new context menus don't require manual mouse trapping
This commit is contained in:
parent
0c55edfcb9
commit
769eb3f13b
@ -4365,7 +4365,6 @@ gui_window_create(struct browser_window *bw,
|
||||
if(nsoption_bool(tab_always_show)) ami_toggletabbar(g->shared, true);
|
||||
}
|
||||
|
||||
g->shared->rmbtrapped = FALSE;
|
||||
g->shared->gw = g;
|
||||
cur_gw = g;
|
||||
|
||||
|
@ -127,7 +127,6 @@ struct gui_window_2 {
|
||||
char *helphints[GID_LAST];
|
||||
browser_mouse_state prev_mouse_state;
|
||||
struct timeval lastclick;
|
||||
BOOL rmbtrapped;
|
||||
struct AppIcon *appicon; /* iconify appicon */
|
||||
struct DiskObject *dobj; /* iconify appicon */
|
||||
struct Hook favicon_hook;
|
||||
|
Loading…
x
Reference in New Issue
Block a user