mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
11 lines
322 B
C
11 lines
322 B
C
--- src/common/pa_stream.h.orig 2018-07-17 06:44:39 UTC
|
|
+++ src/common/pa_stream.h
|
|
@@ -152,6 +152,7 @@ typedef struct PaUtilStreamRepresentation {
|
|
PaStreamFinishedCallback *streamFinishedCallback;
|
|
void *userData;
|
|
PaStreamInfo streamInfo;
|
|
+ PaHostApiTypeId hostApiType;
|
|
} PaUtilStreamRepresentation;
|
|
|
|
|