mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
2007-07-30 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-backend.h: Remove #if 0's old backend_api (generating uneeded documentation)
This commit is contained in:
parent
0151f842d7
commit
459e8a0a9d
@ -1,3 +1,9 @@
|
|||||||
|
2007-07-30 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-backend.h:
|
||||||
|
Remove #if 0's old backend_api
|
||||||
|
(generating uneeded documentation)
|
||||||
|
|
||||||
2007-07-30 Matthew Allum <mallum@openedhand.com>
|
2007-07-30 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-texture.c:
|
* clutter/clutter-texture.c:
|
||||||
|
@ -75,13 +75,6 @@ GType clutter_backend_get_type (void) G_GNUC_CONST;
|
|||||||
|
|
||||||
ClutterBackend *clutter_get_default_backend (void);
|
ClutterBackend *clutter_get_default_backend (void);
|
||||||
|
|
||||||
#if 0
|
|
||||||
ClutterEvent *clutter_backend_get_event (ClutterBackend *backend);
|
|
||||||
ClutterEvent *clutter_backend_peek_event (ClutterBackend *backend);
|
|
||||||
void clutter_backend_put_event (ClutterBackend *backend,
|
|
||||||
ClutterEvent *event);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void clutter_backend_set_double_click_time (ClutterBackend *backend,
|
void clutter_backend_set_double_click_time (ClutterBackend *backend,
|
||||||
guint msec);
|
guint msec);
|
||||||
guint clutter_backend_get_double_click_time (ClutterBackend *backend);
|
guint clutter_backend_get_double_click_time (ClutterBackend *backend);
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-30 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter-animation.sgml:
|
||||||
|
Note on ClutterEffects
|
||||||
|
|
||||||
2007-07-28 Emmanuele Bassi <ebasso@openedhand.com>
|
2007-07-28 Emmanuele Bassi <ebasso@openedhand.com>
|
||||||
|
|
||||||
* clutter-sections.txt: Add new ClutterBehaviourEllipse
|
* clutter-sections.txt: Add new ClutterBehaviourEllipse
|
||||||
|
@ -199,7 +199,13 @@ main (int argc, char *argv[])
|
|||||||
<para>
|
<para>
|
||||||
|
|
||||||
Properties of the behaviour, alpha and timeline can be changed on
|
Properties of the behaviour, alpha and timeline can be changed on
|
||||||
the fly making animations
|
the fly making animations. Experiment!
|
||||||
|
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
|
||||||
|
ClutterEffects provide a simpler (but more limited) layer around the above.
|
||||||
|
FIXME.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user