X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpixelstore.h;h=80032c3c3fdc7bee3eb62d76ff2cc16e43b6f563;hp=5229556709b5119bb5157bc70ff3646d80309df3;hb=20af6dd2f04caa224d8cae00befc97d010a1ed08;hpb=126161d1d44ab9503bc747d24a07b7b9d15e527a 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;