summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
index 1e5563021..2427c2084 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
@@ -34,20 +34,20 @@ static void dataReleaseCB(void *info, const void *data, size_t size)
}
/*
- * draw an image based on the input parameters
- *
- * buf: image source data
- * X, Y: position (in buffer?!)
- * W, H: size of picture (in pixel?)
- * delta: distance from pixel to pixel in buf in bytes
- * linedelta: distance from line to line in buf in bytes
- * mono: if set, pixel is one byte - if zero, pixel is 3 byte
- * cb: callback to copy image data into (RGB?) buffer
- * buf: pointer to first byte in image source
- * x, y: position in buffer
- * w: width (in bytes?)
- * dst: destination buffer
- * userdata: ?
+ draw an image based on the input parameters
+
+ buf: image source data
+ X, Y: position (in buffer?!)
+ W, H: size of picture (in pixel?)
+ delta: distance from pixel to pixel in buf in bytes
+ linedelta: distance from line to line in buf in bytes
+ mono: if set, pixel is one byte - if zero, pixel is 3 byte
+ cb: callback to copy image data into (RGB?) buffer
+ buf: pointer to first byte in image source
+ x, y: position in buffer
+ w: width (in bytes?)
+ dst: destination buffer
+ userdata: ?
*/
static void innards(const uchar *buf, int X, int Y, int W, int H,
int delta, int linedelta, int mono,