mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21aa54f977
ok benoit@
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
Index: tgcwdl.c
|
|
--- tgcwdl.c.orig
|
|
+++ tgcwdl.c
|
|
@@ -152,7 +152,7 @@ static
|
|
void PixeltoRGB(pcwdi, pixel, pn_r, pn_g, pn_b)
|
|
ColorWheelDlgInfo *pcwdi;
|
|
int pixel;
|
|
- unsigned int *pn_r, *pn_g, *pn_b;
|
|
+ unsigned char *pn_r, *pn_g, *pn_b;
|
|
/* 0 <= r,g,b <= 255 */
|
|
{
|
|
uint32_t pix=(uint32_t)(unsigned int)pixel;
|