2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Version 0.10.12.alpha: major notifications update.

This commit is contained in:
John Preston
2016-10-07 16:24:19 +03:00
parent 15ee4b40dc
commit 4369c23314
9 changed files with 54 additions and 28 deletions

View File

@@ -148,12 +148,14 @@ protected:
virtual void updateGeometry(int x, int y, int width, int height);
private:
void destroyDelayed();
void moveByShift();
void hideAnimated(float64 duration, anim::transition func);
void step_opacity(float64 ms, bool timer);
void step_shift(float64 ms, bool timer);
bool _hiding = false;
bool _deleted = false;
float64 _opacityDuration;
anim::fvalue a_opacity;
anim::transition a_func;