Re: Patch: fix weston crash (inline patch)

2014-12-11 Thread Pekka Paalanen
On Tue, 02 Dec 2014 13:02:55 -0500 Andrew Engelbrecht wrote: > On 12/02/2014 12:18 PM, Andrew Engelbrecht wrote: > > I've attached a patch which fixes the crashing. I mimicked the code in > > the block above it without knowing the overall impact, so it needs > > review from a knowledgeable contri

Re: Patch: fix weston crash (inline patch)

2014-12-02 Thread Andrew Engelbrecht
On 12/02/2014 12:18 PM, Andrew Engelbrecht wrote: > I've attached a patch which fixes the crashing. I mimicked the code in > the block above it without knowing the overall impact, so it needs > review from a knowledgeable contributor. here's the patch in non-attachment form: diff --git a/xwayland

Patch: fix weston crash

2014-12-02 Thread Andrew Engelbrecht
To produce the bug, build and run: (you don't need the game data to test) https://github.com/clintbellanger/flare-engine/ $ mv ~/.config/flare ~/.config/flare.bak $ ./flare # click 'configure', set full screen mode then click 'ok' # weston will crash and dump core. I've attached a p