134edac82c
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. |
||
---|---|---|
.. | ||
manual | ||
reference | ||
clutter-actor-invariants.txt | ||
Makefile.am |