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
disable debug
[AROS.git]
/
rom
/
cgxbootpic
/
cgxbootpic.conf
blob
961ac04d4eb20b12991bf71c3b0c4e2992f2183a
1
##begin config
2
version 41.10
3
basename CgxBootPic
4
libbasetype struct CgxBootPicBase
5
residentpri 0
6
##end config
7
8
##begin cdef
9
#include <utility/tagitem.h>
10
##end cdef
11
12
##begin cdefprivate
13
#include "cgxbootpic_intern.h"
14
##end cdefprivate
15
16
##begin functionlist
17
void RenderBootPic(void *framebuffer, ULONG width, ULONG height, ULONG depth) (A0, D0, D1, D2)
18
##end functionlist