Hi,

On Tue, 2009-05-19 at 09:23 +0200, Sven Neumann wrote:

> in commit 14f274b390072a7eec6a4fb8608fda901036d108 on Tue 31 Mar 2009
> you added the Read() method to IDirectFBSurface. This method takes a
> const pointer for the destination buffer. This causes a compiler warning
> and unless I missed something the compiler is right here. This can't
> possibly be const, or can it?
>  
>      DFBResult (*Read) (
>           IDirectFBSurface         *thiz,
>           const DFBRectangle       *rect,
>           const void               *ptr,
>           int                       pitch
>      );

I've corrected this now and pushed my change to the master repository.


Sven


_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to