From c063ed25ac1cab649df282a9050ba3329fc1315c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 11 Oct 2012 14:29:13 +0000 Subject: [PATCH] E (RandR): Add function prototype to reset monitor changes. Signed-off-by: Christopher Michael SVN revision: 77889 --- src/modules/conf_randr/e_smart_monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 01d94086b..fd9c39cfb 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -24,7 +24,7 @@ void e_smart_monitor_crtc_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coo void e_smart_monitor_move_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); Eina_Bool e_smart_monitor_changed_get(Evas_Object *obj); E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj); - +void e_smart_monitor_changes_sent(Evas_Object *obj); Eina_Bool e_smart_monitor_moving_get(Evas_Object *obj);