mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
14 lines
463 B
Plaintext
14 lines
463 B
Plaintext
$NetBSD: patch-ad,v 1.2 2002/08/25 18:39:10 jlam 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);
|
|
|
|
|
|
/*
|