diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
commit | 6cd8cc0b3461df48269fac24aad474154fb040b2 (patch) | |
tree | d1d1ee4cd41dcbf6a163d7c0327830d9db9a2d03 /include/m_message.h | |
parent | 2b49f2b34e0e3cbcda608c07e5cb206c9fa01c9a (diff) |
include: tabs over spaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@2317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_message.h')
-rw-r--r-- | include/m_message.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/include/m_message.h b/include/m_message.h index c5a8a484ec..3dba79d16e 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -56,15 +56,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MSG_WINDOW_UFLAG_MSG_BOTH 0x00000004
typedef struct {
- int cbSize;
- HANDLE hContact;
- HWND hwndWindow; // top level window for the contact
- const char* szModule; // used to get plugin type (which means you could use local if needed)
- unsigned int uType; // see event types above
- unsigned int uFlags; // used to indicate message direction for all event types except custom
- void *local; // used to store pointer to custom data
- HWND hwndInput; // input area window for the contact (or NULL if there is none)
- HWND hwndLog; // log area window for the contact (or NULL if there is none)
+ int cbSize;
+ HANDLE hContact;
+ HWND hwndWindow; // top level window for the contact
+ const char* szModule; // used to get plugin type (which means you could use local if needed)
+ unsigned int uType; // see event types above
+ unsigned int uFlags; // used to indicate message direction for all event types except custom
+ void *local; // used to store pointer to custom data
+ HWND hwndInput; // input area window for the contact (or NULL if there is none)
+ HWND hwndLog; // log area window for the contact (or NULL if there is none)
} MessageWindowEventData;
#define MS_MSG_GETWINDOWAPI "MessageAPI/WindowAPI"
@@ -117,14 +117,14 @@ typedef struct { #define MSG_WINDOWPOPUP_LOG 2
typedef struct {
- int cbSize;
- unsigned int uType; // see popup types above
- unsigned int uFlags; // used to indicate in which window the popup was requested
- HANDLE hContact;
- HWND hwnd; // window where the popup was requested
- HMENU hMenu; // The handle to the menu
- POINT pt; // The point, in screen coords
- int selection; // The menu control id or 0 if no one was selected
+ int cbSize;
+ unsigned int uType; // see popup types above
+ unsigned int uFlags; // used to indicate in which window the popup was requested
+ HANDLE hContact;
+ HWND hwnd; // window where the popup was requested
+ HMENU hMenu; // The handle to the menu
+ POINT pt; // The point, in screen coords
+ int selection; // The menu control id or 0 if no one was selected
} MessageWindowPopupData;
// status icons - HICONs will be automatically destroyed when removed or when miranda exits
|