From 755583323194fef003148253faa9f1974aec380a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 1 Aug 2002 23:06:39 +0000 Subject: [PATCH] Fixed SDL_DisplayFormatAlpha() on RGB surfaces with alpha --- docs.html | 1 + include/SDL_video.h | 2 +- src/video/SDL_blit_N.c | 4 +-- src/video/SDL_surface.c | 62 +++++++++++++++++++++++++++++++++++++++-- 4 files changed, 63 insertions(+), 6 deletions(-) diff --git a/docs.html b/docs.html index b3364e890..e84e9a405 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@

Major changes since SDL 1.0.0: