View Single Post
Old 03-17-2010, 12:51 AM   #17
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
This is my code:

Code:
void FBReader::refreshWindow() {

	ZLApplication::refreshWindow();
	((RecentBooksPopupData&)*myRecentBooksPopupData).updateId();
	
	//added for iLiad
	if(einkUpdate){
		XSync(display, 1);
		sleep(0);		
		dmDisplay(dmCmdPriorNormal, dmQFull);
	}
}
ericshliao is offline   Reply With Quote