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
/
system
/
Wanderer
/
Classes
/
icondrawerlist_private.h
blob
a8e6faf6b782fc2090c42e94e0a2d75a8208857f
1
#ifndef _ICONDRAWERLIST_PRIVATE_H_
2
#define _ICONDRAWERLIST_PRIVATE_H_
3
4
#include
"iconlist.h"
5
6
/*** Instance data **********************************************************/
7
struct
IconDrawerList_DATA
8
{
9
char
*
drawer
;
10
};
11
12
#endif
/* _ICONDRAWERLIST_PRIVATE_H_ */