mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
Remove unneeded selmon
This commit is contained in:
parent
be993d3072
commit
7920ba0cd5
1 changed files with 0 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue