X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fpixmap.h;h=9e5d5fbab768b5b57355619697f8fc1849e55025;hp=02a848b6f83815b9ad2ca3203b2e65b37247fa94;hb=52044efd7717f4b02bd463c9a26f83c9a41953ea;hpb=906b341b177e5947710107eceb9ab2e4ee09528c diff --git a/src/pixmap.h b/src/pixmap.h index 02a848b..9e5d5fb 100644 --- a/src/pixmap.h +++ b/src/pixmap.h @@ -4,11 +4,10 @@ #include "geom.h" class Pixmap { -private: +public: int width, height; unsigned char *pixels; -public: Pixmap(); ~Pixmap();