Mercurial > pidgin
diff libpurple/protocols/msn/msg.h @ 27292:a6d84d9de605
Add support for receiving handwritten (Ink) messages from MSN buddies.
Based on patch from notak and galt, but using imgstore instead of a custom
smiley (like AIM DirectIM), and with better error checking.
References #393.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Mon, 06 Jul 2009 04:37:06 +0000 |
| parents | ea98810d89c5 |
| children | 462cb893521b |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msg.h Sun Jul 05 05:41:00 2009 +0000 +++ b/libpurple/protocols/msn/msg.h Mon Jul 06 04:37:06 2009 +0000 @@ -345,4 +345,6 @@ void msn_datacast_msg(MsnCmdProc *cmdproc, MsnMessage *msg); +void msn_handwritten_msg(MsnCmdProc *cmdproc, MsnMessage *msg); + #endif /* _MSN_MSG_H_ */
