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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
crawling_private.h
blob
ca255eecee5934229632a21c957b5d5a78cab668
1
#ifndef _CRAWLING_PRIVATE_H_
2
#define _CRAWLING_PRIVATE_H_
3
4
#include <exec/types.h>
5
#include <libraries/mui.h>
6
7
#define CRAWLING_INITIAL_DELAY (5 * 10)
8
9
struct
Crawling_DATA
10
{
11
struct
MUI_EventHandlerNode ehn
;
12
LONG ticker
;
13
};
14
15
#endif
/* _CRAWLING_PRIVATE_H_ */