Rafal Mielniczuk wrote:
This fixes the crash when move, rotate or resize binding is activated
while exposay effect is active.
+ if (seat->pointer->focus == NULL)
+ return;
+
+ focus = seat->pointer->focus->surface;
+
surface = weston_surface_get_main_surface(f
On Sun, Jan 05, 2014 at 08:04:59PM +0100, Rafal Mielniczuk wrote:
> This fixes the crash when move, rotate or resize binding is activated
> while exposay effect is active.
>
> Steps to reproduce:
> - activate exposay
> - try to rotate the surface with mod + right mouse button
> - crash
Thank you,
This fixes the crash when move, rotate or resize binding is activated
while exposay effect is active.
Steps to reproduce:
- activate exposay
- try to rotate the surface with mod + right mouse button
- crash
---
desktop-shell/shell.c | 21 ++---
1 file changed, 18 insertions(+), 3