New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / desktop / desktopclass.h
bloba96accafc179aa0f4c9cccc08cd2ca84c704aa54
1 /*
2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef DESKTOPCLASS_H
7 # define DESKTOPCLASS_H
9 # define DA_BASE TAG_USER+7500
11 # define DA_ActiveWindow DA_BASE+1
12 # define DM_DeleteWindow DA_BASE+2
14 struct DesktopClassData
16 Object *activeWindow;
20 #endif