Hi Niels,

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
     );


Sven


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

Reply via email to