mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Merge pull request #565 from mikkeloscar/fix-pointer-crash
Fix pointer related crash when stacked/tabbed
This commit is contained in:
commit
0d4c31edcd
@ -615,7 +615,7 @@ swayc_t *container_under_pointer(void) {
|
||||
}
|
||||
struct wlc_point origin;
|
||||
wlc_pointer_get_position(&origin);
|
||||
while (lookup->type != C_VIEW) {
|
||||
while (lookup && lookup->type != C_VIEW) {
|
||||
int i;
|
||||
int len;
|
||||
// if tabbed/stacked go directly to focused container, otherwise search
|
||||
|
Loading…
Reference in New Issue
Block a user