mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 11:32:34 +01:00
added RCopyArea
This commit is contained in:
@@ -347,6 +347,9 @@ void RCombineImages(RImage *image, RImage *src);
|
||||
void RCombineArea(RImage *image, RImage *src, int sx, int sy, unsigned width,
|
||||
unsigned height, int dx, int dy);
|
||||
|
||||
void RCopyArea(RImage *image, RImage *src, int sx, int sy, unsigned width,
|
||||
unsigned height, int dx, int dy);
|
||||
|
||||
void RCombineImagesWithOpaqueness(RImage *image, RImage *src, int opaqueness);
|
||||
|
||||
void RCombineAreaWithOpaqueness(RImage *image, RImage *src, int sx, int sy,
|
||||
|
||||
Reference in New Issue
Block a user