1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-24 08:05:45 +01:00

changed format of RImage, added x86 speicfic optimized code

This commit is contained in:
kojima
2000-01-14 16:39:15 +00:00
parent f2de1c9dcf
commit a30475fc0f
23 changed files with 1527 additions and 1324 deletions

View File

@@ -44,6 +44,7 @@ RImage*
RLoadGIF(RContext *context, char *file, int index)
{
RImage *image = NULL;
#if 0
GifFileType *gif = NULL;
GifPixelType *buffer = NULL;
int i, j, k, ofs = 0;
@@ -208,7 +209,7 @@ did_not_get_any_errors:
if (gif)
DGifCloseFile(gif);
#endif
return image;
}