Ecore_Wayland: Remove image_target_texture_2d (not used and requires

GL header which causes issues for E17 wayland only).



SVN revision: 68582
This commit is contained in:
Christopher Michael 2012-03-01 17:25:54 +00:00
parent 37efb6c4db
commit 9c97695b5a
2 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,11 @@
#ifndef _ECORE_WAYLAND_H_
# define _ECORE_WAYLAND_H_
# define GL_GLEXT_PROTOTYPES
# include <Eina.h>
# include <wayland-client.h>
# include <wayland-egl.h> // NB: already includes wayland-client.h
# include <GL/gl.h>
# include <EGL/egl.h>
# include <EGL/eglext.h>
@ -92,7 +93,6 @@ struct _Ecore_Wl_Display
Ecore_Wl_Output *output;
PFNGLEGLIMAGETARGETTEXTURE2DOESPROC image_target_texture_2d;
PFNEGLCREATEIMAGEKHRPROC create_image;
PFNEGLDESTROYIMAGEKHRPROC destroy_image;

View File

@ -171,8 +171,6 @@ ecore_wl_init(const char *name)
return --_ecore_wl_init_count;
}
_ecore_wl_disp->image_target_texture_2d =
(void *)eglGetProcAddress("glEGLImageTargetTexture2DOES");
_ecore_wl_disp->create_image =
(void *)eglGetProcAddress("eglCreateImageKHR");
_ecore_wl_disp->destroy_image =