View Single Post
Old 11-29-2008, 01:59 PM   #49
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
The flickering problem is solved. It's all my mistake in program logic. The thread changed some global variable that shouldn't be changed. It's quite a common error caused by my laziness to use local variable.

As to use xepdmgrclient to control refresh, GDK provides gdk_window_freeze_updates() and gdk_window_thaw_updates() for the same purpose. It's a more generic way. This info might be useful for developers who also use xepdmgr.
ericshliao is offline   Reply With Quote