search for: holdlevel

Displaying 1 result from an estimated 1 matches for "holdlevel".

2013 Jan 07
0
Plots not drawn with buffered Cairo 1.12
...a try to that idea but so far I've not been able to fix the bug by adding cairo_surface_flush() calls in the src/modules/X11/devX11.c code. I've also discovered that the code in X11_Mode() is never really run when drawing a simple plot like 'plot(1:10)'. What happens is that xd->holdlevel is always 1 when X11_Mode() is called, so the function returns. And when xd->holdlevel is set back to 0, no call to X11_Mode is done. On the contrary, if I resize the window, the blocks for mode==0 and mode==1 are run several times. Is this behavior expected? This also happens with Cairo 1.10.2...