On Tue, Mar 30, 2004 at 09:06:59AM -0800, Raghu Ram Murthy wrote:
> It is working fine, but one small problem.
> 
> After fullscreen, when ever I clicked on the zoom
> button to off fullscreen for the first time, it is not
> getting the event. It is getting event when I clicked
> second time. What might be the problem and how to
> correct it?

It could be that something is inconsistent in the divtree.
I'd recommend running pgserver in a debugger (I like ddd
for things like this) and setting a breakpoint at
infilter_pntr_dispatch_handler() in server/input/if_pntr_dispatch.c

This function is the handler for what's usually the last input
filter to touch pointing device events- it's responsible for finding
a widget to deliver the event to.

--Micah

-- 
Only you can prevent creeping featurism!


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to