From 0cf3d858ada8d3838c7cfe54cd24888203cf83fb Mon Sep 17 00:00:00 2001 From: pescuma Date: Sun, 24 Feb 2008 18:28:15 +0000 Subject: Finished support for custom smileys git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@55 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/emoticons/commons.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Plugins/emoticons/commons.h') diff --git a/Plugins/emoticons/commons.h b/Plugins/emoticons/commons.h index 990c99e..c132f89 100644 --- a/Plugins/emoticons/commons.h +++ b/Plugins/emoticons/commons.h @@ -139,6 +139,16 @@ struct CustomEmoticon CustomEmoticon() : text(0), path(0), downloading(FALSE) {} }; +struct DowloadingEmoticon +{ + char *path; + void *img; + + DowloadingEmoticon() : path(0), img(0) {} + ~DowloadingEmoticon(); + void Downloaded(); +}; + struct Module { char *name; -- cgit v1.2.3