From a9c0bef803ff6312cb1a56365770364e2e960993 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 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40432 --- 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 @@ be found at the main SDL page. Major changes since SDL 1.0.0: