aritger / eglstreams-kms-example

Example of using EGLStreams + DRM KMS
MIT License
59 stars 18 forks source link

Fix order of arguments of calloc call #5

Closed vially closed 7 years ago

vially commented 7 years ago

According to the man page of calloc it seems the number of elements comes first and the struct size second.

aritger commented 7 years ago

Fair point. Thanks for the patching. Merging.