diff options
author | Vlad Mironov <mironych@googlemail.com> | 2013-02-14 15:24:59 +0000 |
---|---|---|
committer | Vlad Mironov <mironych@googlemail.com> | 2013-02-14 15:24:59 +0000 |
commit | 5f84a05fe1a3e88567589ffe2003a40c84632f09 (patch) | |
tree | 3109d08fb36d19299927acaa53a613e0df854a0e /plugins/YAPP/src/popwin.h | |
parent | 901217c9bb0d3f0785bd7cbf97050f3b16ef16de (diff) |
YAPP: Added another kind of animation.
git-svn-id: http://svn.miranda-ng.org/main/trunk@3602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/popwin.h')
-rw-r--r-- | plugins/YAPP/src/popwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/YAPP/src/popwin.h b/plugins/YAPP/src/popwin.h index 4d826ceade..d4b49b308c 100644 --- a/plugins/YAPP/src/popwin.h +++ b/plugins/YAPP/src/popwin.h @@ -15,6 +15,10 @@ #define PUM_KILLNOTIFY (WM_USER + 0x031)
#define PUM_UPDATENOTIFY (WM_USER + 0x032)
+#define ANIMATE_NO 0
+#define ANIMATE_HORZ 1
+#define ANIMATE_VERT 2
+
void InitWindowStack();
void DeinitWindowStack();
|