repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
rom
/
hidds
/
gfx
/
rgbconv_arch.c
blob
c74a65a5e724098fbf9778ef367fd2b5a34a07e0
1
/*
2
Copyright © 2013-2017, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <exec/types.h>
7
#include <hidd/gfx.h>
8
9
void
SetArchRGBConversionFunctions
(
HIDDT_RGBConversionFunction rgbconvertfuncs
[
NUM_RGB_STDPIXFMT
][
NUM_RGB_STDPIXFMT
])
10
{
11
}