diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-10-08 16:20:41 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-10-08 16:20:41 +0200 |
| commit | a029fca7bdfb656ce0ee103429dc7e71e3c36992 (patch) | |
| tree | 1fc290ca7a7dfa2a9ced7f8e711cbf48bb40f355 /src/libtools/my_x11_conv.h | |
| parent | 3cfe54f8cf7bb3c66b5b95cd3de4865f307b4b5b (diff) | |
| download | box64-a029fca7bdfb656ce0ee103429dc7e71e3c36992.tar.gz box64-a029fca7bdfb656ce0ee103429dc7e71e3c36992.zip | |
[BOX32][WRAPPER] more 32bits wrapped function to libxrandr
Diffstat (limited to 'src/libtools/my_x11_conv.h')
| -rw-r--r-- | src/libtools/my_x11_conv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libtools/my_x11_conv.h b/src/libtools/my_x11_conv.h index 01596f78..0d9fd314 100644 --- a/src/libtools/my_x11_conv.h +++ b/src/libtools/my_x11_conv.h @@ -116,4 +116,7 @@ void* inplace_XDeviceInfo_enlarge(void* a); void* inplace_XFilters_shrink(void* a); void* inplace_XFilters_enlarge(void* a); +void* inplace_XRRMonitorInfo_shrink(void* a, int n); +void* inplace_XRRMonitorInfo_enlarge(void* a, int n); + #endif//MY_X11_CONV \ No newline at end of file |