Cleaned up wxGIFDecoder.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 4 Jan 2011 11:47:53 +0000 (11:47 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 4 Jan 2011 11:47:53 +0000 (11:47 +0000)
commit90e10cd1bedc5cac1ce1b5331d6fd2a351014cfa
tree33cfb5b454c8bb345e6b55fbc47c8e4e014dc9f4
parent6e45339c29c8d654569fdcb60851d24e9e745a05
Cleaned up wxGIFDecoder.

Applied patch by troelsk which mostly makes the GIF decoder more readable by using named constants instead of magic numbers. Left out the edits that changed unsigned char to wxUint8. In addition removed unnecessary casts around wxInputStream.GetC() calls.

Closes #12506.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/gifdecod.cpp