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
/
desktopclass.h
blob
a96accafc179aa0f4c9cccc08cd2ca84c704aa54
1
/*
2
Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef DESKTOPCLASS_H
7
# define DESKTOPCLASS_H
8
9
# define DA_BASE TAG_USER+7500
10
11
# define DA_ActiveWindow DA_BASE+1
12
# define DM_DeleteWindow DA_BASE+2
13
14
struct
DesktopClassData
15
{
16
Object
*
activeWindow
;
17
};
18
19
20
#endif