Igalia/WPEBackend-fdo

Use “int” for file descritors everywhere

Closed this issue · 2 comments

For example in the review of PR #55 we found out that there are some places where int32_t is being used for file descriptors, instead of int (which is the appropriate type).

We adopted int32_t (at least in linux_dmabuf_attributes) on our own:
#55 (comment)
https://gitlab.freedesktop.org/wayland/weston/blob/master/libweston/linux-dmabuf.h#L43

This has been fixed by PR #64, closing.