haste / oGlow

WoW AddOn - Make your shiny items... glow in the dark!
http://www.wowinterface.com/downloads/info7142-oGlow.html
MIT License
15 stars 8 forks source link

Rewrite the bags pipe. #9

Open haste opened 13 years ago

haste commented 13 years ago

Can't abuse ContainerFrame_Update as a hook point as add-ons use this function, while not following the same scheme as Blizzard.

Solution is to implement full event handling, and a throttle for when the frames are default container frames are hidden. Probably by using the old solution of maintaining a "these frames we have to update when they are shown list".