X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fpixmap.h;h=aebec700619fae9ca301b36318fb19104782d643;hb=32869d8ffb64be82541f48166c5e73a6c4336135;hp=9e5d5fbab768b5b57355619697f8fc1849e55025;hpb=52044efd7717f4b02bd463c9a26f83c9a41953ea;p=winnie diff --git a/src/pixmap.h b/src/pixmap.h index 9e5d5fb..aebec70 100644 --- a/src/pixmap.h +++ b/src/pixmap.h @@ -9,6 +9,10 @@ public: unsigned char *pixels; Pixmap(); + + Pixmap(const Pixmap &pixmap); + Pixmap &operator=(const Pixmap& pixmap); + ~Pixmap(); int get_width() const;