discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flicker graphics on window resize


From: Fred Kiefer
Subject: Re: flicker graphics on window resize
Date: Fri, 20 Dec 2013 17:20:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 20.12.2013 11:03, Riccardo Canalicchio wrote:
> tell me If I'm right:
> - when using a buffered window there should be two cairo surfaces (back and
> front)
> - a window resize, trigger the re initialisation of all the two surfaces
> - actually the fresh new surfaces get drawn immediatly (in my case they are
> white)

The first two are true according to my understanding. For the third I am
not really sure. We should add some log statements in the class
CairoContext and monitor in which order the following methods get called
during resize and whether the correct surface object gets used:

+ (void) handleExposeRect: (NSRect)rect forDriver: (void *)driver
- (void) GSSetDevice: (void *)device : (int)x : (int)y

Hope this helps,
Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]