mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-25 00:40:55 +00:00
wayland backendL capture mouse bugfix
This commit is contained in:
parent
a240d1b4d8
commit
cc7af18075
1 changed files with 0 additions and 2 deletions
|
@ -596,10 +596,8 @@ WaylandServer (Cursor)
|
||||||
|
|
||||||
- (BOOL)capturemouse:(int)win
|
- (BOOL)capturemouse:(int)win
|
||||||
{
|
{
|
||||||
|
|
||||||
struct window *window = get_window_with_id(wlconfig, win);
|
struct window *window = get_window_with_id(wlconfig, win);
|
||||||
wlconfig->pointer.captured = window;
|
wlconfig->pointer.captured = window;
|
||||||
wlconfig->pointer.focus = window;
|
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue