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
New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git]
/
workbench
/
libs
/
desktop
/
containericonobserver.h
blob
356610d40ea240152dc435aa80d09eada997444a
1
/*
2
Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef CONTAINERICONOBSERVERCLASS_H
7
# define CONTAINERICONOBSERVERCLASS_H
8
9
struct
ContainerIconObserverClassData
10
{
11
ULONG dummy
;
12
};
13
14
15
#endif