summaryrefslogtreecommitdiff
path: root/src/pixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixmap.h')
-rw-r--r--src/pixmap.h3
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();