evas wayland egl engine - fix warning about struct wl_resource not used
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 13:29:26 +0000 (22:29 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 15:29:50 +0000 (00:29 +0900)
commitff05e39904a6d601ecc794b63292491cba74041d
tree4d35280f5ce729ae55f29c31443943c0c05074e4
parent6b59dbfdb4c21ea00c8e4e7f28a2dcc0f156a110
evas wayland egl engine - fix warning about struct wl_resource not used

this struct is not actually used other than in this func ptr decl and
it's warning-land for gcc, so .. make it void * and do things like
pretty much all other gl extn func ptrs... be very generic
src/modules/evas/engines/wayland_egl/evas_engine.c