tag 320291 patch
thanks

Attatched is a patch that fixes the problem. With it the package
builds fine and seems to work.

Unrelated to that the build depends should probably be adjusted to
the x.org packages too.

Cheers,
Christian Aichinger
--- pointless-0.5/src/primitive.h       2003-05-20 23:04:02.000000000 +0200
+++ pointless-0.5.fixed/src/primitive.h 2005-08-06 13:29:16.000000000 +0200
@@ -106,8 +106,8 @@
 public:
        typedef Ref<Tile> handle;
        ~Tile();
-       TiledTexture* get_texture() const { // Making this const is a HACK
-               return _texture; } 
+       class TiledTexture* get_texture() const { // Making this const is a HACK
+               return _texture; }; 
        void copy_from_subimage(Image *img, uint xoffset, uint yoffset);
 private:
        Tile(Rect r, TiledTexture* t) : Rect(r), Refcount(true), _texture(t) {};

Attachment: signature.asc
Description: Digital signature

Reply via email to