summaryrefslogtreecommitdiff
path: root/nudge/shake.h
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-17 12:37:21 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-17 12:37:21 +0000
commit3c0233134bc5a8e42e3a621f0a5eef2aaf487474 (patch)
tree30e49d3065aa387392028a54ef3c1ee7294b9e1e /nudge/shake.h
parent9139772a56e38f15e08f1a4a3215cfd402f85dde (diff)
adding from berlios: dbx_tree, lastseen-mod, nudge, yamn
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@173 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'nudge/shake.h')
-rw-r--r--nudge/shake.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/nudge/shake.h b/nudge/shake.h
new file mode 100644
index 0000000..73e460c
--- /dev/null
+++ b/nudge/shake.h
@@ -0,0 +1,27 @@
+#ifndef SHAKE_H
+#define SHAKE_H
+
+class CShake
+{
+public:
+ bool Shaking;
+ bool ShakingChat;
+ int nScaleClist;
+ int nScaleChat;
+ int nMoveClist;
+ int nMoveChat;
+
+ void Load(void);
+ void Save(void);
+ int ShakeClist(HWND hWnd);
+ int ShakeChat(HWND hWnd);
+};
+
+INT_PTR ShakeClist(WPARAM,LPARAM);
+INT_PTR ShakeChat(WPARAM,LPARAM);
+/*
+int TriggerShakeChat(WPARAM,LPARAM);
+int TriggerShakeClist(WPARAM,LPARAM);
+int TriggerAction(WPARAM,LPARAM);*/
+
+#endif \ No newline at end of file