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