summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_olesmileys.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_olesmileys.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_olesmileys.pas30
1 files changed, 1 insertions, 29 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_olesmileys.pas b/plugins/HistoryPlusPlus/hpp_olesmileys.pas
index 4a07d8259f..2aa278204f 100644
--- a/plugins/HistoryPlusPlus/hpp_olesmileys.pas
+++ b/plugins/HistoryPlusPlus/hpp_olesmileys.pas
@@ -94,40 +94,12 @@ type
*)
-const
+const // additional for animated smileys (idk where introduced)
// Type of Event one of
- FVCN_PREFIRE = 1;
- FVCN_POSTFIRE = 2;
FVCN_GETINFO = 255;
-
// Action of event are going to be done
- FVCA_NONE = 0;
- FVCA_DRAW = 1; // do not modify hdc in case of _DRAW, Use _CUSTOMDRAW
- FVCA_CUSTOMDRAW = 2;
- FVCA_INVALIDATE = 3;
- FVCA_SENDVIEWCHANGE = 4;
- FVCA_SKIPDRAW = 5;
FVCA_INFO = 255;
-type
- // Extended NMHDR structure for WM_NOTIFY
- PFVCNDATA_NMHDR= ^TFVCNDATA_NMHDR;
- TFVCNDATA_NMHDR = record
- nmhdr: TNMHdr;
- cbSize: Integer;
- bEvent: Byte;
- bAction: Byte;
- hDC: HDC;
- rcRect: TRect;
- clrBackground: COLORREF;
- fTransparent: BOOL;
- lParam: LPARAM;
- end;
-
-const
- // Code of WM_NOTIFY message (code)
- NM_FIREVIEWCHANGE = NM_FIRST+1;
-
implementation
end.