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]
/
workbench
/
libs
/
muimaster
/
classes
/
pendisplay_private.h
blob
46397ffd4719f0590aa69775b8332178e39319de
1
#ifndef _PENDISPLAY_PRIVATE_H_
2
#define _PENDISPLAY_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Pendisplay_DATA
6
{
7
struct
MUI_PenSpec penspec
;
8
struct
MUI_RGBcolor rgb
;
9
Object
*
refobj
;
10
LONG pen
;
11
};
12
13
#endif
/* _PENDISPLAY_PRIVATE_H_ */