princeamd pushed a commit to branch enlightenment-0.17.

commit d56779e77575349ab2af12cc6aa0cfa61cabc663
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:57:41 2013 +0000

    Backport: 903787a :: Change monitor_grid_set function to also accept the 
grid geometry (used for virtual-->canvas coordinate functions).
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84169
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_monitor.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/conf_randr/e_smart_monitor.h 
b/src/modules/conf_randr/e_smart_monitor.h
index be8b978..487b92f 100644
--- a/src/modules/conf_randr/e_smart_monitor.h
+++ b/src/modules/conf_randr/e_smart_monitor.h
@@ -6,7 +6,8 @@
 Evas_Object *e_smart_monitor_add(Evas *evas);
 void e_smart_monitor_crtc_set(Evas_Object *obj, Ecore_X_Randr_Crtc crtc, 
Evas_Coord cx, Evas_Coord cy, Evas_Coord cw, Evas_Coord ch);
 void e_smart_monitor_output_set(Evas_Object *obj, Ecore_X_Randr_Output output);
-void e_smart_monitor_grid_set(Evas_Object *obj, Evas_Object *grid);
+void e_smart_monitor_grid_set(Evas_Object *obj, Evas_Object *grid, Evas_Coord 
gx, Evas_Coord gy, Evas_Coord gw, Evas_Coord gh);
+void e_smart_monitor_virtual_size_set(Evas_Object *obj, Evas_Coord vw, 
Evas_Coord vh);
 void e_smart_monitor_background_set(Evas_Object *obj, Evas_Coord dx, 
Evas_Coord dy);
 
 # endif

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to