I use RECORD extension to get the protol data between XServer and XClient.
In some cases, only NoExpose Event is sent to XClient. For examples, open netscape and enter a web site. The page has some flash, that is, some place keep changing in the page. in that case, I do nothing.
Now the problem is: I know screen has some change but I can't get the changed area from NoExpose Event. As you know, if I got an Expose Event, I will get the changed area,( x,y) and (width, height). 
Are there any way to get the changed area's coordinates and with/height. Request from client to server can be intercepted also, but Request help nothing about it?
Please show me a hand?
 

Reply via email to