diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 5 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibvatypes.h | 5 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibvdpautypes.h | 4 |
3 files changed, 12 insertions, 2 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 0218874d..f7097031 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4291,10 +4291,15 @@ wrappedlibusb1: - libusb_hotplug_register_callback wrappedlibuuid: wrappedlibva: +- pFppp: + - vaSetErrorCallback + - vaSetInfoCallback wrappedlibvadrm: wrappedlibvawayland: wrappedlibvax11: wrappedlibvdpau: +- iFpipp: + - vdp_device_create_x11 wrappedlibvorbis: wrappedlibx11: - iFp: diff --git a/src/wrapped/generated/wrappedlibvatypes.h b/src/wrapped/generated/wrappedlibvatypes.h index ac5d152b..5fc6424d 100644 --- a/src/wrapped/generated/wrappedlibvatypes.h +++ b/src/wrapped/generated/wrappedlibvatypes.h @@ -11,7 +11,10 @@ #define ADDED_FUNCTIONS() #endif +typedef void* (*pFppp_t)(void*, void*, void*); -#define SUPER() ADDED_FUNCTIONS() +#define SUPER() ADDED_FUNCTIONS() \ + GO(vaSetErrorCallback, pFppp_t) \ + GO(vaSetInfoCallback, pFppp_t) #endif // __wrappedlibvaTYPES_H_ diff --git a/src/wrapped/generated/wrappedlibvdpautypes.h b/src/wrapped/generated/wrappedlibvdpautypes.h index c2569c3f..f6fe3146 100644 --- a/src/wrapped/generated/wrappedlibvdpautypes.h +++ b/src/wrapped/generated/wrappedlibvdpautypes.h @@ -11,7 +11,9 @@ #define ADDED_FUNCTIONS() #endif +typedef int32_t (*iFpipp_t)(void*, int32_t, void*, void*); -#define SUPER() ADDED_FUNCTIONS() +#define SUPER() ADDED_FUNCTIONS() \ + GO(vdp_device_create_x11, iFpipp_t) #endif // __wrappedlibvdpauTYPES_H_ |