all other funcions use #ifdef -> #endif
@@ -11,9 +11,8 @@ client_is_x11(Client *c)
{
#ifdef XWAYLAND
return c->type == X11Managed || c->type == X11Unmanaged;
#else
return 0;
#endif
}
static inline struct wlr_surface *
The note is not visible to the blocked user.