Erkin Bahceci
2007-Jul-11 08:31 UTC
[compiz] [PATCH] Fix timing of scale activate event ending
Hi, This small patch fixes the place where the "activate" event is sent in Scale to notify others about when its state goes back to normal. Previously it happened when its (going back to normal) animation starts, where it should have been when the animation ends. Without this fix, this activate event isn't of much use, i.e. it doesn't help to solve conflicts with other plugins, which was the whole point of this event. Regards, Erkin -------------- next part --------------
Danny Baumann
2007-Jul-12 10:13 UTC
[compiz] [PATCH] Fix timing of scale activate event ending
Hi,> This small patch fixes the place where the "activate" event is sent in > Scale to notify others about when its state goes back to normal. > Previously it happened when its (going back to normal) animation > starts, where it should have been when the animation ends. Without > this fix, this activate event isn't of much use, i.e. it doesn't help > to solve conflicts with other plugins, which was the whole point of > this event.Applied. Thanks, Danny