stage-window: Add :backend and :wrapper properties
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 4 Nov 2011 18:50:46 +0000 (18:50 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Nov 2011 14:55:03 +0000 (14:55 +0000)
commit9c038ebefb88cd052c1dc9448c58d2d5a9a9bfc7
tree909151267cafa9a407f32e20aab0f0d2fa8c2744
parentf3c89e82b3ab47b29cf5bf59418ca0f473624c2f
stage-window: Add :backend and :wrapper properties

All StageWindow implementation already have back pointers, but we need a
unified API to actually set them from the generic code path; we can use
properties on the StageWindow interface — though this requires fixing
all backends at the same time, to avoid GObject complaining.
clutter/clutter-stage-window.c
clutter/cogl/clutter-stage-cogl.c
clutter/osx/clutter-stage-osx.c
clutter/wayland/clutter-stage-wayland.c
clutter/win32/clutter-stage-win32.c