Re: Implemented lower window when middle click on titlebar in gtk/mutter

2020-05-07 Thread Mildred Ki7;Lya
Le 07/05/2020 à 11:15, Carsten Haitzler (The Rasterman) a écrit : I suppose that the client can declare the title bar area, and the compositor can then handle clicks in this area. is there something like that already existing? Is there anything that has prevented to do this before? So you want t

Implemented lower window when middle click on titlebar in gtk/mutter

2020-05-04 Thread Mildred Ki7;Lya
Hi, For a long time I delayed using Wayland on my computer for about three reasons: inability to restart the gnome-shell (Alt-F2, r), slowness in gnome-shell, and inability to lower client-side decorated windows on middle click like on X11. The performance getting better and better (and with

Re: [PATCH] add configuration option to enable/disable glamor in xwayland

2015-01-07 Thread Mildred Ki7;Lya
On 2015-01-07 15:06, Mildred Ki'Lya wrote: Following bug #86815 https://bugs.freedesktop.org/show_bug.cgi?id=86815 where xwayland is very slow on eee-pc with not enough hardware support to get by, I created a patch to add an option in weston.ini to disable glamor. The patch is included i

[PATCH] add configuration option to enable/disable glamor in xwayland

2015-01-07 Thread Mildred Ki7;Lya
Following bug #86815 https://bugs.freedesktop.org/show_bug.cgi?id=86815 where xwayland is very slow on eee-pc with not enough hardware support to get by, I created a patch to add an option in weston.ini to disable glamor. The configuration is: [xwayland] enable_glamor=true|fase The p