]> git.cworth.org Git - apitrace/commit
Cast native types to EGL types when calling EGL functions.
authorAlexandros Frantzis <alexandros.frantzis@linaro.org>
Fri, 2 Dec 2011 12:22:56 +0000 (14:22 +0200)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 3 Dec 2011 10:02:04 +0000 (10:02 +0000)
commita665ba7cf6de6e071538f64104b122e6bbb1a6b1
tree8fa656310c32d690583881e77173fdd7c438f6dd
parent4a3917d27cfc37071595b9544ec5775d8ce39c7b
Cast native types to EGL types when calling EGL functions.

This is needed to resolve build failures on some platforms that support
various EGL backends and, therefore, native types.  Note that we can't
use reinterpret_cast<>() as the types involved are not necessarily
pointers or integers e.g. they can be typedef-ed types.
glws_egl_xlib.cpp