diff options
author | Chia-I Wu <[email protected]> | 2010-01-25 11:55:48 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-25 11:59:12 +0800 |
commit | 4aed0944f4b8b8d14d210cf6bc87ccddfa9a77ec (patch) | |
tree | 5d23b66d264a257eed94d45bbce3068bf2b1fed9 /src/gallium | |
parent | dbb866ab33862defc2749134805bafebf323fd11 (diff) |
egl: Native types are renamed in EGL 1.3.
Rename Native*Type to EGLNative*Type.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/state_trackers/egl/common/egl_g3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c b/src/gallium/state_trackers/egl/common/egl_g3d.c index dc26f95cee6..d073f226f2e 100644 --- a/src/gallium/state_trackers/egl/common/egl_g3d.c +++ b/src/gallium/state_trackers/egl/common/egl_g3d.c @@ -974,7 +974,7 @@ get_pipe_surface(struct native_display *ndpy, struct native_surface *nsurf, static EGLBoolean egl_g3d_copy_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, - NativePixmapType target) + EGLNativePixmapType target) { struct egl_g3d_display *gdpy = egl_g3d_display(dpy); struct egl_g3d_surface *gsurf = egl_g3d_surface(surf); |