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
- Now puts cursor position in window title properly instead of overwriting
[tangerine.git]
/
workbench
/
libs
/
desktop
/
internalwindowopsclass.h
blob
ac23d5cee114efbbeed9df730aa5be9b40a1485a
1
/*
2
Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef INTERNALWINDOWOPSCLASS_H
7
# define INTERNALWINDOWOPSCLASS_H
8
9
# include
"operationclass.h"
10
11
struct
InternalWindowOpsClassData
12
{
13
ULONG dummy
;
14
};
15
16
17
#endif