Ecore_Evas_Wayland_Egl: Actually implement the screen_dpi_get function
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 14:17:04 +0000 (14:17 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 14:17:04 +0000 (14:17 +0000)
inside the Ecore_Evas_Engine_Functions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_wayland_egl.c

index 4de62e8..ba7467a 100644 (file)
@@ -152,7 +152,7 @@ static Ecore_Evas_Engine_Func _ecore_wl_engine_func =
    NULL,
    _ecore_evas_wl_render, 
    _ecore_evas_wl_screen_geometry_get,
-   NULL  // screen_dpi_get
+   _ecore_evas_wl_screen_dpi_get
 };
 
 /* external variables */