diff options
| author | jokusoftware@gmail.com <jokusoftware@gmail.com@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 20:28:21 +0000 | 
|---|---|---|
| committer | jokusoftware@gmail.com <jokusoftware@gmail.com@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 20:28:21 +0000 | 
| commit | 3cd6cb8893596c6e07e902addec0d74c61aa3712 (patch) | |
| tree | 286201c3b052afd525e1b2d1c748922ce98b7654 /ExternalAPI | |
| parent | 615f5963a421bb4d4bfcb94ed2c39623e54bf328 (diff) | |
latest FlashAvatars plug-in's sources:
- based on Big Muscles's FlashAvatars v1.0.13.246
- added Folders plug-in support
- removed STL dependency (using Miranda's core lists now), added VC6 project
- added service cleanup
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@204 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI')
| -rw-r--r-- | ExternalAPI/m_flash.h | 22 | 
1 files changed, 9 insertions, 13 deletions
diff --git a/ExternalAPI/m_flash.h b/ExternalAPI/m_flash.h index bfc9e9f..97348de 100644 --- a/ExternalAPI/m_flash.h +++ b/ExternalAPI/m_flash.h @@ -40,6 +40,12 @@ 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"
 @@ -50,23 +56,12 @@ 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
 -/**
 -	WPARAM not used
 -	LPARAM not used
 -*/
 -#define MS_TZERS_SUPPORT "FlashAvatar/tZers"
 -#define EVENTTYPE_TZERS 4
 -
  // Avatar emotion faces
  #define AV_SMILE	"smile"
  #define AV_SAD		"sad"
 @@ -78,6 +73,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  #define AV_LOVE		"love"
  #define AV_NORMAL	"stam"
 +// Avatar default size
  #define FAVATAR_WIDTH 52
  #define FAVATAR_HEIGHT 64
 @@ -88,6 +84,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;	    // contacts protocol
 -    char  reserved[16]; // future usage
 +	char* cProto;		// contact's protocol
 +	char reserved[16];
  } FLASHAVATAR;
  | 
