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
/
internaldesktopopsclass.h
blob
5626e49a451df01637796c6e8cfb6af21333bd71
1
/*
2
Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef INTERNALDESKTOPOPSCLASS_H
7
# define INTERNALDESKTOPOSCLASS_H
8
9
# include
"operationclass.h"
10
11
struct
InternalDesktopOpsClassData
12
{
13
ULONG dummy
;
14
};
15
16
17
#endif