ecore-wl2: Use proper wayland function to get display registry

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-01 16:10:30 -04:00
parent 434fbd6fb9
commit 6c16d7967b
1 changed files with 1 additions and 1 deletions

View File

@ -525,5 +525,5 @@ ecore_wl2_display_registry_get(Ecore_Wl2_Display *display)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(display, NULL);
return wl_display_registry_get(display->wl.display);
return wl_display_get_registry(display->wl.display);
}