[PATCH weston] xwm: make X windows of type 'utility' inactive

Bryce Harrington bryce at osg.samsung.com
Fri May 8 14:29:19 PDT 2015


On Wed, Apr 29, 2015 at 07:00:48PM +0300, Giulio Camuffo wrote:
> Skype's popup notifications use this type.

Pushed:
   79954ec..84787ea  master -> master


> ---
>  xwayland/window-manager.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
> index 336b018..16544e2 100644
> --- a/xwayland/window-manager.c
> +++ b/xwayland/window-manager.c
> @@ -2423,7 +2423,8 @@ weston_wm_window_type_inactive(struct weston_wm_window *window)
>  	       window->type == wm->atom.net_wm_window_type_dropdown ||
>  	       window->type == wm->atom.net_wm_window_type_dnd ||
>  	       window->type == wm->atom.net_wm_window_type_combo ||
> -	       window->type == wm->atom.net_wm_window_type_popup;
> +	       window->type == wm->atom.net_wm_window_type_popup ||
> +	       window->type == wm->atom.net_wm_window_type_utility;
>  }
>  
>  static void
> -- 
> 2.3.6
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list