diff options
Diffstat (limited to 'src/pixmap.h')
| -rw-r--r-- | src/pixmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |
