mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-16 15:41:25 +01:00
parent
60c599a5a9
commit
258e31ccdf
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue