- Now puts cursor position in window title properly instead of overwriting
[tangerine.git] / workbench / libs / desktop / internalwindowopsclass.h
blobac23d5cee114efbbeed9df730aa5be9b40a1485a
1 /*
2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef INTERNALWINDOWOPSCLASS_H
7 # define INTERNALWINDOWOPSCLASS_H
9 # include "operationclass.h"
11 struct InternalWindowOpsClassData
13 ULONG dummy;
17 #endif