mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
Compare commits
No commits in common. "4456f4536a483c127909151a84d7b62da4f40e8b" and "aa69ed81b558f74e470e69cdcd442f9048ee624c" have entirely different histories.
4456f4536a
...
aa69ed81b5
5
dwl.c
5
dwl.c
@ -551,9 +551,6 @@ arrangelayer(Monitor *m, struct wl_list *list, struct wlr_box *usable_area, int
|
||||
wl_list_for_each(l, list, link) {
|
||||
struct wlr_layer_surface_v1 *layer_surface = l->layer_surface;
|
||||
|
||||
if (!layer_surface->initialized)
|
||||
continue;
|
||||
|
||||
if (exclusive != (layer_surface->current.exclusive_zone > 0))
|
||||
continue;
|
||||
|
||||
@ -3151,7 +3148,7 @@ sethints(struct wl_listener *listener, void *data)
|
||||
{
|
||||
Client *c = wl_container_of(listener, c, set_hints);
|
||||
struct wlr_surface *surface = client_surface(c);
|
||||
if (c == focustop(selmon) || !c->surface.xwayland->hints)
|
||||
if (c == focustop(selmon))
|
||||
return;
|
||||
|
||||
c->isurgent = xcb_icccm_wm_hints_get_urgency(c->surface.xwayland->hints);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user