mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
11 lines
445 B
C
11 lines
445 B
C
--- src/gdevperm.c.orig Tue Sep 25 22:31:24 2007
|
|
+++ src/gdevperm.c Sat Nov 24 15:11:12 2007
|
|
@@ -286,7 +286,7 @@
|
|
(strncmp((const char *)name, (const char *)str, name_size) == 0))
|
|
|
|
static int
|
|
-perm_get_color_comp_index(const gx_device *pdev, const char *pname,
|
|
+perm_get_color_comp_index(gx_device *pdev, const char *pname,
|
|
int name_size, int component_type)
|
|
{
|
|
const gx_device_perm_t * const dev = (const gx_device_perm_t *)pdev;
|