build
clutter
doc
manual
reference
clutter
Makefile.am
actor-box.png
building-clutter.xml
clutter-animation-tutorial.xml
clutter-docs.xml
clutter-overview.xml
clutter-sections.txt
clutter.types
creating-behaviours.xml
easing-modes.png
easing-modes.svg
event-flow.dia
event-flow.png
path-alpha-func.png
subclassing-ClutterActor.xml
version.xml.in
cogl
ChangeLog
Makefile.am
Makefile.am
clutter-actor-invariants.txt
po
tests
.gitignore
AUTHORS
CODING_STYLE
COPYING
ChangeLog
HACKING
HACKING.backends
Makefile.am
NEWS
README
TODO
autogen.sh
clutter.doap
clutter.pc.in
clutter.symbols
configure.ac

The clutter_stage_get_resolution() and fixed-point API are just shorthands for: clutter_backend_get_resolution (default_backend); And as such do not fit at all in the ClutterStage class. The only reason for their existence was the ClutterUnit conversion macros, which have now been fixed to use the default backend through a function call instead. Thus, we can safely remove the stage entry points.