Fixed [ 1561693 ] wxGIFDecoder creates incorrect wxPalette
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
long delay; /* delay in ms (-1 = unused) */
|
||||
unsigned char *p; /* bitmap */
|
||||
unsigned char *pal; /* palette */
|
||||
unsigned int ncolours; /* number of colours */
|
||||
GIFImage *next; /* next image */
|
||||
GIFImage *prev; /* prev image */
|
||||
|
||||
@@ -114,6 +115,7 @@ public:
|
||||
int GetFrameIndex() const;
|
||||
unsigned char* GetData() const;
|
||||
unsigned char* GetPalette() const;
|
||||
unsigned int GetNcolours() const;
|
||||
unsigned int GetWidth() const;
|
||||
unsigned int GetHeight() const;
|
||||
unsigned int GetLeft() const;
|
||||
|
Reference in New Issue
Block a user