@ -377,7 +377,6 @@ void wlr_seat_pointer_send_axis(struct wlr_seat *wlr_seat, uint32_t time,
}
static void keyboard_key_notify(struct wl_listener *listener, void *data) {
wlr_log(L_DEBUG, "Updating keyboard");
struct wlr_seat_keyboard *seat_kb = wl_container_of(
listener, seat_kb, key);
struct wlr_seat *seat = seat_kb->seat;
@ -117,7 +117,6 @@ static void wlr_surface_update_size(struct wlr_surface *surface) {
surface->current.width = _width;
surface->current.height = _height;
wlr_log(L_DEBUG, "%dx%d", _width, _height);
static void wlr_surface_to_buffer_region(struct wlr_surface *surface,