bug fixes, added background image
[winnie] / src / pixmap.h
index 9e5d5fb..aebec70 100644 (file)
@@ -9,6 +9,10 @@ public:
        unsigned char *pixels;
 
        Pixmap();
+
+       Pixmap(const Pixmap &pixmap);
+       Pixmap &operator=(const Pixmap& pixmap);
+
        ~Pixmap();
 
        int get_width() const;