mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
surface-helpers: reduce log spam
This shows up when processing out-of-surface movement on subsurfaces.
This commit is contained in:
parent
37d745b01d
commit
01592d2633
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ subsurface_parent_layer(struct wlr_surface *wlr_surface)
|
||||||
struct wlr_subsurface *subsurface =
|
struct wlr_subsurface *subsurface =
|
||||||
wlr_subsurface_try_from_wlr_surface(wlr_surface);
|
wlr_subsurface_try_from_wlr_surface(wlr_surface);
|
||||||
if (!subsurface) {
|
if (!subsurface) {
|
||||||
wlr_log(WLR_DEBUG, "surface %p is not subsurface", subsurface);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
struct wlr_surface *parent = subsurface->parent;
|
struct wlr_surface *parent = subsurface->parent;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue