diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-02 08:46:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-02 08:46:11 +0000 |
commit | eeb77f4f0a498626f9eb11e8e32146f396c848c8 (patch) | |
tree | 1b7fe5aa68ac1d5a0ebaaac33e916f98dba17f13 /plugins/Clist_modern/src/hdr | |
parent | 75b3770f48d861f00c12a8f2393c59b296f1609b (diff) |
grrm... custom tga handler returned back
git-svn-id: http://svn.miranda-ng.org/main/trunk@13969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_skinengine.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_skinengine.h b/plugins/Clist_modern/src/hdr/modern_skinengine.h index 581787b5a5..70b7a9b838 100644 --- a/plugins/Clist_modern/src/hdr/modern_skinengine.h +++ b/plugins/Clist_modern/src/hdr/modern_skinengine.h @@ -60,29 +60,6 @@ struct EFFECTSSTACKITEM DWORD SecondColor;
};
-#pragma pack(push, 1)
-/* tga header */
-struct tga_header_t
-{
- BYTE id_lenght; /* size of image id */
- BYTE colormap_type; /* 1 is has a colormap */
- BYTE image_type; /* compression type */
-
- short cm_first_entry; /* colormap origin */
- short cm_length; /* colormap length */
- BYTE cm_size; /* colormap size */
-
- short x_origin; /* bottom left x coord origin */
- short y_origin; /* bottom left y coord origin */
-
- short width; /* picture width (in pixels) */
- short height; /* picture height (in pixels) */
-
- BYTE pixel_depth; /* bits per pixel: 8, 16, 24 or 32 */
- BYTE image_descriptor; /* 24 bits = 0x00; 32 bits = 0x80 */
-};
-#pragma pack(pop)
-
class IniParser
{
public:
|