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
nouveau.hidd: disable warnings about not initialized variables
[AROS.git]
/
workbench
/
classes
/
gadgets
/
aroscycle
/
aroscycle.conf
blob
a6fdee7ba8683e85f6022f7a31ded225dd95dc9c
1
##begin config
2
basename AROSCycle
3
version 41.0
4
classid AROSCYCLECLASS
5
classdatatype struct CycleData
6
##end config
7
##begin cdef
8
#include <gadgets/aroscycle.h>
9
##end cdef
10
##begin cdefprivate
11
#include "aroscycle_intern.h"
12
##end cdefprivate
13
##begin methodlist
14
OM_DISPOSE
15
OM_GET
16
OM_NEW
17
OM_SET
18
GM_GOACTIVE
19
GM_GOINACTIVE
20
GM_HANDLEINPUT
21
GM_RENDER
22
##end methodlist