diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-08-18 21:49:57 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-08-18 21:49:57 +0200 |
| commit | 502611702e3e9e35b02ba3a8c1b0600976bdfcf0 (patch) | |
| tree | 328e3382c48fa773f699a80486bfdd832694278b /src | |
| parent | 009b9f7f3d86bc7d6f21ddc42866dd79a74c0a5e (diff) | |
| download | box64-502611702e3e9e35b02ba3a8c1b0600976bdfcf0.tar.gz box64-502611702e3e9e35b02ba3a8c1b0600976bdfcf0.zip | |
Added a few more wrapped symbol to libxcb-randr (for #287)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibxcbrandr_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibxcbrandr_private.h b/src/wrapped/wrappedlibxcbrandr_private.h index bf6b29b2..47a9c4c9 100644 --- a/src/wrapped/wrappedlibxcbrandr_private.h +++ b/src/wrapped/wrappedlibxcbrandr_private.h @@ -219,8 +219,8 @@ DATA(xcb_randr_id, 8) //GO(xcb_randr_mode_info_end, GO(xcb_randr_mode_info_next, vFp) //GO(xcb_randr_mode_next, -//GO(xcb_randr_monitor_info_end, -//GO(xcb_randr_monitor_info_next, +GO(xcb_randr_monitor_info_end, pFpp) +GO(xcb_randr_monitor_info_next, vFp) GO(xcb_randr_monitor_info_outputs, pFp) GO(xcb_randr_monitor_info_outputs_end, pFpp) GO(xcb_randr_monitor_info_outputs_length, iFp) |