commit | cd9424ef2a8face5d64b086bc55ab4e70e077beb | [log] [tgz] |
---|---|---|
author | Matthias Treydte <mt@waldheinz.de> | Fri Jan 29 17:02:15 2016 +0100 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Tue Mar 08 23:23:26 2016 -0800 |
tree | 37f2581ac8a4d09c800b23d0bd38898b48671e26 | |
parent | 38298ec0b45661d2969fc75c6cb47e0863755792 [diff] |
platform: explicitly cast the return value of weston_platform_get_egl_proc_address This allows the header to be consumed by C++ compilers, because C++ does away with C's implicit cast from (void*). Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>