2009/5/27 Sebastian Dröge <[email protected]>: > I really like the idea and planned to file a bug for this already. > Getting the "handle" of a Gdk drawable is probably useful in other > scenarios too. I guess it's also needed for example when you want to > draw via OpenGL on a Gdk drawable.
I opened a bug: https://bugzilla.novell.com/show_bug.cgi?id=507693 > The only problem is probably the naming of the property: With X11 it's > called XID, with Win32 it's called Handle, with Quartz it probably has > another different name, ... For quartz probably one of gdk_quartz_window_get_nswindow or gdk_quartz_window_get_nsview is right, but these both take a window, not a drawable. Also I think the GStreamer osxvideosink doesn't implement the xoverlay interface, so I'm not shure this is directly applicable to the Gtk+GStreamer use case. Anyway, let's see if there's someone with enough knowledge of OSX who can comment on the bug report. Maarten _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
