Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Thu, 27 Aug 1998 12:20:15 +0200

Re: libggi doc changes

Andrew Apted wrote:
> 
> Marcus writes:
> 
> >  Some targets (X in GT_24BIT for example) needs to round the buffer to
> >  an even number of bytes in some cases
> 
> Which cases ?  I'm not sure what you mean.

The Xlib target uses an XImage for the Get/Put functions, and
XImages always have stride%4 == 0 when the pixel-size is 3 bytes.
There may also be other hardware accelerated targets that has
such requirements in the future.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]