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
List.mui: Update entries count prior to range change
[AROS.git]
/
rom
/
hidds
/
graphics
/
rgbconv_arch.c
blob
c17ac43eee7f5369acbea437eef92c3f2d05639b
1
/*
2
Copyright © 2013, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <exec/types.h>
7
#include <hidd/graphics.h>
8
9
void
SetArchRGBConversionFunctions
(
HIDDT_RGBConversionFunction rgbconvertfuncs
[
NUM_RGB_STDPIXFMT
][
NUM_RGB_STDPIXFMT
])
10
{
11
}