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
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
knob_private.h
blob
13bcab7daad3d293cd6cd9fb698e859b2c4619de
1
#ifndef _KNOB_PRIVATE_H_
2
#define _KNOB_PRIVATE_H_
3
4
struct
Knob_DATA
5
{
6
struct
MUI_EventHandlerNode ehn
;
7
DOUBLE prevangle
;
8
};
9
10
#endif
/* _KNOB_PRIVATE_H_ */