Hi, I'm pretty new to the whole GDK programming area. I have a question on managing foreign windows using GDK. I have a foreign window which I've "registered" with GDK using gdk_window_foreign_new. However, calling gdk_window_at_pointer when the mouse pointer is over the window returns me null.
My theory for this is that child windows of the registered window might be "blocking" GDK from seeing the window that it has registered. I've no idea if this is actually the case or not though. If you call this method and the window directly under the pointer is a non-GDK window, will GDK go back up the X windows tree until it finds a GDK window? Thanks in advance for any help. Kevin. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list