diff options
Diffstat (limited to 'chalk/doc/paint_device.txt')
-rw-r--r-- | chalk/doc/paint_device.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/doc/paint_device.txt b/chalk/doc/paint_device.txt index a3c34a35..ab071cfe 100644 --- a/chalk/doc/paint_device.txt +++ b/chalk/doc/paint_device.txt @@ -59,7 +59,7 @@ per channel; QUANTUM can be bigger. Fill the buf with the data. x1, y1, x2, y2 are the top left and bottom right corner of the section you want. stride is the width of the section in bytes, i.e. (x2 - x1 + 1) * depth. Note that stride does -not need to be pre-multiplied with sizeof(QUANTUM), aptqparently. +not need to be pre-multiplied with sizeof(QUANTUM), apparently. tilemgr -> readPixelData(x1, y1, x2, y2, buf, stride); |