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
use the toolchain names for the commands
[AROS.git]
/
workbench
/
hidds
/
gallium
/
gallium.conf
blob
62d3ed41012f108cc5c71127c417a0fa79366932
1
##begin config
2
version 8.0
3
residentpri 90
4
libbasetype struct IntHIDDGalliumBase
5
basename Gallium
6
classid CLID_Hidd_Gallium
7
superclass CLID_Hidd
8
classptr_field sd.galliumclass
9
classdatatype struct HIDDGalliumData
10
##end config
11
12
##begin cdefprivate
13
#include <hidd/gallium.h>
14
#include "gallium_intern.h"
15
##end cdefprivate
16
17
##begin methodlist
18
.interface Root
19
New
20
Get
21
.interface Hidd_Gallium
22
CreatePipeScreen
23
DisplayResource
24
DestroyPipeScreen
25
##end methodlist