wayland backendL capture mouse bugfix

This commit is contained in:
Riccardo Canalicchio 2021-12-27 09:53:15 +01:00
parent a240d1b4d8
commit cc7af18075

View file

@ -596,10 +596,8 @@ WaylandServer (Cursor)
- (BOOL)capturemouse:(int)win
{
struct window *window = get_window_with_id(wlconfig, win);
wlconfig->pointer.captured = window;
wlconfig->pointer.focus = window;
return YES;
}