diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-06 10:19:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-06 10:19:01 +0000 |
commit | f6625332602cf4e9ea0297744a70c8eb4bb5d4b9 (patch) | |
tree | 4337cfaea6d4cf8c2911bfcdbefeab23e1800ac0 /plugins/BuddyPounce/src/headers.h | |
parent | cc765649fcd13feb9389d77853c20d76f40823ac (diff) |
- possible fix for the timer looping;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyPounce/src/headers.h')
-rw-r--r-- | plugins/BuddyPounce/src/headers.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/BuddyPounce/src/headers.h b/plugins/BuddyPounce/src/headers.h index 39fa4d301a..3a48a35375 100644 --- a/plugins/BuddyPounce/src/headers.h +++ b/plugins/BuddyPounce/src/headers.h @@ -45,13 +45,15 @@ // Variables
//=======================================================
-struct windowInfo {
+struct windowInfo
+{
HANDLE hContact;
HWND SendIfMy;
HWND SendWhenThey;
};
-struct SendPounceDlgProcStruct {
+struct SendPounceDlgProcStruct
+{
HANDLE hContact;
int timer;
TCHAR *message;
|