summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client.h')
-rw-r--r--client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/client.h b/client.h
index 186c23d..efb3e0d 100644
--- a/client.h
+++ b/client.h
@@ -11,9 +11,8 @@ client_is_x11(Client *c)
{
#ifdef XWAYLAND
return c->type == X11Managed || c->type == X11Unmanaged;
-#else
- return 0;
#endif
+ return 0;
}
static inline struct wlr_surface *