mutter/src/compositor
Dan Winship 0fdb644454 Make compositor private a GObject than a void pointer
Requiring the compositor private object to be a GObject allows the
return value of meta_window_get_compositor_private() to be used
via gobject-introspection, since the type and memory management
can be determined.

This allows a reverse mapping from MetaWindow to MutterWindow.

- Change meta_window_get/set_compositor_private to use GObject
  rather than void *
- Adapt code in compositor-mutter.c to match.
2009-02-02 15:16:05 -05:00
..
mutter Make compositor private a GObject than a void pointer 2009-02-02 15:16:05 -05:00
compositor-private.h Filter out events handled before the plugin before they get GTK+ 2008-11-22 13:07:32 -05:00
compositor-xrender.c Filter out events handled before the plugin before they get GTK+ 2008-11-22 13:07:32 -05:00
compositor-xrender.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
compositor.c Filter out events handled before the plugin before they get GTK+ 2008-11-22 13:07:32 -05:00