Filter functions and client side windowing

2011-10-21 Thread Rhishikesh
Hi I have been using the GdkFilterFunction mechanism in my library for snooping and processing certain events coming from the Xserver. My code involves the correct detection of the corresponding gdk-window on which the XEvent originated. Since the migration to client side windowing, that mechanism

Re: Filter functions and client side windowing

2011-10-31 Thread Rhishikesh
Hi guys, Gentle reminder. Any help on this any help at all would be really useful Thanks On Fri, Oct 21, 2011 at 2:08 PM, Rhishikesh wrote: > Hi > I have been using the GdkFilterFunction mechanism in my library for > snooping and processing certain events coming from the Xserver. > My code