diff options
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();
|