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 *