Re: [PATCH weston v2] xwm: set the shell_surface's title

2013-09-16 Thread Axel Davy
It crashes in set_title, when called by one of the functions in XWayland window manager. Looks like it try to free something it isn't allowed to free (maybe is in use?). I get the crash with firefox after less than 1 minute playing with the menus, and with vlc when looking a video and moving t

Re: [PATCH weston v2] xwm: set the shell_surface's title

2013-09-16 Thread Giulio Camuffo
How does it crash? And when doing what? Giulio 2013/9/15 Axel Davy > > This patch makes XWayland often crash for me. > > Axel Davy > > Le 11/09/2013 18:20, Giulio Camuffo a écrit : > >> add a new function pointer to the weston_shell_interface struct that >> shells will set accordingly. >> ---

Re: [PATCH weston v2] xwm: set the shell_surface's title

2013-09-15 Thread Axel Davy
This patch makes XWayland often crash for me. Axel Davy Le 11/09/2013 18:20, Giulio Camuffo a écrit : add a new function pointer to the weston_shell_interface struct that shells will set accordingly. --- src/compositor.h | 2 ++ src/shell.c | 11 +--

[PATCH weston v2] xwm: set the shell_surface's title

2013-09-11 Thread Giulio Camuffo
add a new function pointer to the weston_shell_interface struct that shells will set accordingly. --- src/compositor.h | 2 ++ src/shell.c | 11 +-- src/xwayland/window-manager.c | 11 +++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git