evas gl drm engine - fix warning about struct wl_resource not used
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 13:27:21 +0000 (22:27 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 15:29:50 +0000 (00:29 +0900)
commit6b59dbfdb4c21ea00c8e4e7f28a2dcc0f156a110
treeca8bf3ca5eb6ef143f2d2bd371476f33bf5768a1
parentf4088a1f744cf47fcc24a9e3ba56d45ba9ce087a
evas gl drm 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/gl_drm/evas_engine.c