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
update experimental gcc 6 patch to gcc 6.1.0 release
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
knob_private.h
blob
27e9ff70f0e9b2eccafe359eb59c57c286baaad8
1
#ifndef _KNOB_PRIVATE_H_
2
#define _KNOB_PRIVATE_H_
3
4
#include <libraries/mui.h>
5
6
struct
Knob_DATA
7
{
8
struct
MUI_EventHandlerNode ehn
;
9
DOUBLE prevangle
;
10
};
11
12
#endif
/* _KNOB_PRIVATE_H_ */