diff options
Diffstat (limited to '')
| -rw-r--r-- | client.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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 * | 
