src/osx/bitmap.h in rays-0.1.16 vs src/osx/bitmap.h in rays-0.1.17

- old
+ new

@@ -10,10 +10,12 @@ namespace Rays { - void Bitmap_copy_pixels (Bitmap* bitmap, CGImageRef image); + void Bitmap_draw_image ( + Bitmap* bitmap, CGImageRef image, + coord x = 0, coord y = 0, coord width = -1, coord height = -1); }// Rays