From: Stefan S. <ma...@ss...> - 2016-01-08 20:04:41
|
On Fri, 2016-01-08 at 20:40 +0100, Stefan Salewski wrote: > I will see if I can replace this call. Done! @surf = @darea.window.create_similar_surface(Cairo::CONTENT_COLOR_ALPHA, @darea.allocation.width + 2 * $OFFSET, @darea.allocation.height + 2 * $OFFSET) creates the background surface without need for a intermediate cairo context and seems to work without crashes! But currently my whole Ruby system is all compiled with -O0 and full debugging enabled, I have to recompile and test with full speed still. Thanks for your support, Stefan Salewski |