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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
classes
/
gadgets
/
colorwheel
/
bmbmrp.h
blob
2ae6cd25890e476a2f9f840e525bbbad01a3d23f
1
2
#ifndef BMBMRP_H
3
#define BMBMRP_H
4
5
VOID
6
NewBltMaskBitMapRastPort
(
7
struct
BitMap
*
srcbm
,
8
WORD srcx
,
9
WORD srcy
,
10
struct
RastPort
*
destrp
,
11
WORD destx
,
12
WORD desty
,
13
WORD sizex
,
14
WORD sizey
,
15
UBYTE minterm
,
16
PLANEPTR bltmask
,
17
struct
Library
*
Graphics
,
18
struct
Library
*
Layers
);
19
20
#endif