Re: Window resize problem

2009-07-14 Thread David Jander
On Monday 13 July 2009 09:31:05 Richard Zhao wrote: Hi, I'm drawing a window directly in frame buffer. But when the window What do you mean by that? Bypassing the X-server? Is this part of your Xfbdev+EGL experiment? resize, the background window cannot draw correct. The top window still

Window resize problem

2009-07-13 Thread Richard Zhao
Hi, I'm drawing a window directly in frame buffer. But when the window resize, the background window cannot draw correct. The top window still draws on background window. It seems: When a top window resize from big to small, it re-draw bottom window first, and then update the width/height got