mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-12-18 10:53:21 +00:00
Remove unneeded selmon
This commit is contained in:
parent
be993d3072
commit
7920ba0cd5
1
dwl.c
1
dwl.c
@ -887,7 +887,6 @@ createnotify(struct wl_listener *listener, void *data)
|
|||||||
Client *c;
|
Client *c;
|
||||||
|
|
||||||
if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_POPUP) {
|
if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_POPUP) {
|
||||||
Monitor *selmo = xytomon(cursor->x, cursor->y);
|
|
||||||
Client *c = wlr_xdg_surface_from_wlr_surface(xdg_surface->popup->parent)->data;
|
Client *c = wlr_xdg_surface_from_wlr_surface(xdg_surface->popup->parent)->data;
|
||||||
struct wlr_box pop_box = {
|
struct wlr_box pop_box = {
|
||||||
.x = 0,
|
.x = 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user