From 831c5fd69eec67b589d9b2a4fa9492e331be7cc7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 25 Mar 2007 11:47:48 +0000 Subject: [PATCH] Update ChangeLog for SVN users --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6d5a03081..37d58d7f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-03-25 Emmanuele Bassi + + * clutter/clutter-stage.h: Remove the ::get_actor_at_pos() + and ::flush() vfuncs. + + * clutter/glx/clutter-stage-glx.c: Remove the implementations + of those vfuncs from the backend specific code, as they are + pure GL calls. + + * clutter/clutter-stage.c: Add back the actor hit detection + code in the base stage class, along with the viewport + synchronisation function. + + * clutter/clutter-private.h: Declare the private function + _clutter_stage_sync_viewport(). + 2007-03-23 Emmanuele Bassi * clutter/clutter-backend.c: Clear the event queue when