summaryrefslogtreecommitdiff
path: root/amiga/rtg.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-02 00:32:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-02 00:32:34 +0000
commit21f142a7fa12cc89420ac9439c83f06af249dc39 (patch)
tree1965faabb33362a23303c5446914fd18076f293a /amiga/rtg.c
parent0aa30619293309d4bcab3cc0419005fd2e772618 (diff)
downloadnetsurf-21f142a7fa12cc89420ac9439c83f06af249dc39.tar.gz
netsurf-21f142a7fa12cc89420ac9439c83f06af249dc39.tar.bz2
Friend the screen bitmap for <= 8-bit modes, but only on OS3 as this causes OS4 to freeze
Diffstat (limited to 'amiga/rtg.c')
-rw-r--r--amiga/rtg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/rtg.c b/amiga/rtg.c
index fbefd55a1..267bd5d05 100644
--- a/amiga/rtg.c
+++ b/amiga/rtg.c
@@ -22,8 +22,6 @@
#include "amiga/rtg.h"
-/**\todo p96WritePixelArray */
-
struct BitMap *ami_rtg_allocbitmap(ULONG width, ULONG height, ULONG depth,
ULONG flags, struct BitMap *friend, RGBFTYPE format)
{