diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-29 16:49:31 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-29 16:56:20 (GMT) |
commit | 9e3304246acf5b58a2ce86eed082784da818a8f0 (patch) | |
tree | 87ca8e9321fe9ad310bdb36162ad27b95ae6cbaf /src/gui/styles/qmacstylepixmaps_mac_p.h | |
parent | 2be0e2ef4ec6702aaaebf7096fd527e2e161334a (diff) | |
download | Qt-9e3304246acf5b58a2ce86eed082784da818a8f0.zip Qt-9e3304246acf5b58a2ce86eed082784da818a8f0.tar.gz Qt-9e3304246acf5b58a2ce86eed082784da818a8f0.tar.bz2 |
Work-around Symbian 10.1's broken egl.h
In Symbian 10.1, egl.h itself includes eglext.h. This leads to
EGL_KHR_image & EGL_KHR_image_base being defined, but not the actual
function prototypes for eglCreateImageKHR/eglDestroyImageKHR. But,
because the extension defines were set, Qt assumed (wrongly) that
the EGL library would define eglCreateImageKHR. This left these
functions undefined. The work-around is to check the define
EGL_EGLEXT_PROTOTYPES and still define the function pointers if
it isn't set.
Reviewed-By: TrustMe
Diffstat (limited to 'src/gui/styles/qmacstylepixmaps_mac_p.h')
0 files changed, 0 insertions, 0 deletions