Do not send repeated xdg_toplevel.configure_bounds

Fixes: 32e66f4582
This commit is contained in:
Leonardo Hernández Hernández 2023-11-21 20:08:20 -06:00
parent 32e66f4582
commit a0e79d8145
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 6 additions and 1 deletions

1
dwl.c
View file

@ -118,6 +118,7 @@ typedef struct {
struct wl_listener set_title;
struct wl_listener fullscreen;
struct wlr_box prev; /* layout-relative, includes border */
struct wlr_box bounds;
#ifdef XWAYLAND
struct wl_listener activate;
struct wl_listener associate;