devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=0fb83f8c8417773fc82462fa88be4add14c5f5bd

commit 0fb83f8c8417773fc82462fa88be4add14c5f5bd
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Tue Mar 1 10:47:19 2016 -0500

    don't call deprecated ecore_drm_fb_set function when displaying drm
    alert box
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/bin/e_alert_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
index b0e363f..bb86293 100644
--- a/src/bin/e_alert_main.c
+++ b/src/bin/e_alert_main.c
@@ -460,7 +460,6 @@ _e_alert_drm_display(void)
    updates = evas_render_updates(canvas);
    evas_render_updates_free(updates);
 
-   ecore_drm_fb_set(dev, buffer);
    ecore_drm_fb_send(dev, buffer, NULL, NULL);
 }
 

-- 


Reply via email to