blob: 75a1ac8f8b2b43d6cec17e15b97e0c72c350abdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2002/07/16 14:48:04 agc Exp $
--- src/H_Pal.h 2002/07/16 14:39:53 1.1
+++ src/H_Pal.h 2002/07/16 14:40:15
@@ -31,7 +31,7 @@
Copy the contents of the palette parameter provided into the internal
palette. The user palette has to be 256*4 bytes long.
*/
-HERMES_C void HERMES_API Hermes_PaletteSet(HermesHandle handle,int32 *palette);
+HERMES_C void HERMES_API Hermes_PaletteSet(HermesHandle handle, const int32 *palette);
/*
|