repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Safer handling of Booleans.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
title_private.h
blob
9357ae7d9b769456339c2fc14c3387599a04b95b
1
#ifndef _TITLE_PRIVATE_H_
2
#define _TITLE_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Title_DATA
6
{
7
struct
Hook
*
layout_hook
;
8
ULONG location
;
9
struct
MUI_EventHandlerNode ehn
;
10
LONG background
;
11
LONG activetab
;
12
LONG oldactivetab
;
13
};
14
15
#endif
/* _TITLE_PRIVATE_H_ */