X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpixelstore.h;h=80032c3c3fdc7bee3eb62d76ff2cc16e43b6f563;hb=9d8e4aa5a9573b34fe06455af249c762433d47c0;hp=5229556709b5119bb5157bc70ff3646d80309df3;hpb=126161d1d44ab9503bc747d24a07b7b9d15e527a;p=libs%2Fgl.git diff --git a/source/pixelstore.h b/source/pixelstore.h index 52295567..80032c3c 100644 --- a/source/pixelstore.h +++ b/source/pixelstore.h @@ -12,9 +12,9 @@ class PixelStore: public BindableWithDefault private: enum ParameterMask { - SIZE, - ORIGIN, - ALIGNMENT + SIZE = 1, + ORIGIN = 2, + ALIGNMENT = 4 }; unsigned row_length;