repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
pendisplay_private.h
blob
ff18285404cb8b0490d8f64f9ae7795a9eb94e76
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_ */