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
more rendering corrections
[AROS.git]
/
workbench
/
libs
/
desktop
/
drawericonobserver.h
blob
727b883a8396eaedf8d6aab9cfece6b3380d049c
1
2
#ifndef DRAWERICONOBSERVERCLASS_H
3
# define DRAWERICONOBSERVERCLASS_H
4
5
struct
DrawerIconObserverClassData
6
{
7
ULONG dummy
;
8
};
9
10
11
#endif