summaryrefslogtreecommitdiff
path: root/ExternalAPI/m_flash.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 09:47:59 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 09:47:59 +0000
commit4a586a34c99d32dd8e2f439a16e5e2a99355b72b (patch)
treefd957806596fea4424b96c870cd49319d74a1c9e /ExternalAPI/m_flash.h
parentdf5ef9ad7b357bb7af9119dd4516827f27f1cc61 (diff)
ExternalAPI:
update git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@95 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_flash.h')
-rw-r--r--ExternalAPI/m_flash.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/ExternalAPI/m_flash.h b/ExternalAPI/m_flash.h
index 35184a3..bfc9e9f 100644
--- a/ExternalAPI/m_flash.h
+++ b/ExternalAPI/m_flash.h
@@ -40,12 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/**
WPARAM FLASHAVATAR* (hContact, hParentWindow)
- LPARAM LPRECT
- */
-#define MS_FAVATAR_SETPOS "FlashAvatar/SetPos"
-
-/**
- WPARAM FLASHAVATAR* (hContact, hParentWindow)
LPARAM not used
*/
#define MS_FAVATAR_GETINFO "FlashAvatar/GetInfo"
@@ -56,10 +50,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#define MS_FAVATAR_SETEMOFACE "FlashAvatar/SetEmoFace"
+#define MS_FAVATAR_SETPOS "FlashAvatar/SetPos"
+
/**
WPARAM FLASHAVATAR* (hContact, hParentWindow)
LPARAM COLORREF
*/
+
#define MS_FAVATAR_SETBKCOLOR "FlashAvatar/SetBkColor"
// tZers macros
@@ -81,6 +78,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define AV_LOVE "love"
#define AV_NORMAL "stam"
+#define FAVATAR_WIDTH 52
+#define FAVATAR_HEIGHT 64
+
// FLASHAVATAR structure
typedef struct {
HANDLE hContact; // contact who flash avatar belongs to
@@ -88,5 +88,6 @@ typedef struct {
HWND hParentWindow; // handle of flash avatar's parent object
char* cUrl; // url of .swf file
int id; // unique number of plugin which wants to use avatar service
- char* cProto; // contact's protocol
+ char* cProto; // contacts protocol
+ char reserved[16]; // future usage
} FLASHAVATAR;