ecore-drm: fix ecore_drm_devices_get() to return a const value
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 22 Apr 2015 23:34:19 +0000 (19:34 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 22 Apr 2015 23:34:59 +0000 (19:34 -0400)
commit4e7549683b274b5c1f86122d9a036b948e417b98
tree8798b16e82fc1fc55557ba794ff449de2abb5acb
parent3571e7364eb4fa40769c9e897d8d48bde9272b4b
ecore-drm: fix ecore_drm_devices_get() to return a const value

this is the internal device list, we're pretty hosed if someone decides
to free it because there's no const
src/lib/ecore_drm/Ecore_Drm.h
src/lib/ecore_drm/ecore_drm_device.c