locale.library: correctly return the position of remaining datastream
[AROS.git] / workbench / libs / cgxvideo / cgxvideo.conf
blobf224f2ac85015e57fd1ef7abb135d9ce51d96af0
1 ##begin config
2 version 41.2
3 libbase CGXVideoBase
4 libbasetype struct IntCGXVBase
5 residentpri 8
6 options noautolib, noexpunge
7 ##end config
8 ##begin cdef
9 #include <utility/tagitem.h>
10 #include <cybergraphx/cgxvideo.h>
11 #include <intuition/screens.h>
12 #include <intuition/intuition.h>
13 ##end cdef
14 ##begin cdefprivate
15 #include "cgxvideo_intern.h"
16 ##end cdefprivate
17 ##begin functionlist
18 struct VLayerHandle *CreateVLayerHandleTagList(struct Screen *Screen, struct TagItem *TagItems) (A0, A1)
19 void DeleteVLayerHandle(struct VLayerHandle *VLayerHandle) (A0)
20 ULONG AttachVLayerTagList(struct VLayerHandle *VLayerHandle, struct Window *Window, struct TagItem *TagItems) (A0, A1, A2)
21 ULONG DetachVLayer(struct VLayerHandle *VLayerHandle) (A0)
22 ULONG GetVLayerAttr(struct VLayerHandle *VLayerHandle, ULONG AttrNum) (A0, D0)
23 ULONG LockVLayer(struct VLayerHandle *VLayerHandle) (A0)
24 ULONG UnlockVLayer(struct VLayerHandle *VLayerHandle) (A0)
25 void SetVLayerAttrTagList(struct VLayerHandle *VLayerHandle, struct TagItem *TagItems) (A0, A1)
26 ##end functionlist