1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

- removed hermeslib dependancy

- added back old asm/mmx code
This commit is contained in:
dan
2002-09-30 12:39:22 +00:00
parent 11c466ec26
commit 1941aaf34a
9 changed files with 175 additions and 235 deletions

View File

@@ -95,21 +95,6 @@ RReleaseImage(RImage *image)
}
/* Obsoleted function. Use RReleaseImage() instead. This was kept only to
* allow a smoother transition and to avoid breaking existing programs, but
* it will be removed in a future release. Right now is just an alias to
* RReleaseImage(). Do _NOT_ use RDestroyImage() anymore in your programs.
* Being an alias to RReleaseImage() this function no longer actually
* destroys the image, unless the image is no longer retained in some other
* place.
*/
void
RDestroyImage(RImage *image)
{
RReleaseImage(image);
}
RImage*
RCloneImage(RImage *image)
{