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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
system
/
Wanderer
/
Classes
/
icondrawerlist_private.h
blob
2e15e4c535655baec53aa5f0f2efb22bbf97b80e
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_ */