diff options
author | Christopher Michael <cp.michael@samsung.com> | 2012-10-10 12:59:56 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2012-10-10 12:59:56 +0000 |
commit | 01edd96d7456e3f5e0f9534e2b183350b06eea0f (patch) | |
tree | 8b2f52ad7f10aca6e114a6dc5073574e9c44a0cd /src/modules/conf_randr/e_smart_monitor.h | |
parent | dbc528c0f9bcf21d3cbe63136ce0273528d5ca10 (diff) | |
download | enlightenment-01edd96d7456e3f5e0f9534e2b183350b06eea0f.tar.gz enlightenment-01edd96d7456e3f5e0f9534e2b183350b06eea0f.tar.xz enlightenment-01edd96d7456e3f5e0f9534e2b183350b06eea0f.zip |
E (RandR): Fix issue where disabled monitors would not show up
correctly.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77761
Diffstat (limited to 'src/modules/conf_randr/e_smart_monitor.h')
-rw-r--r-- | src/modules/conf_randr/e_smart_monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 8ef6eadea..8d777a127 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -4,7 +4,7 @@ Evas_Object *e_smart_monitor_add(Evas *evas); void e_smart_monitor_layout_set(Evas_Object *obj, Evas_Object *layout); -void e_smart_monitor_crtc_set(Evas_Object *obj, E_Randr_Crtc_Info *crtc); +void e_smart_monitor_info_set(Evas_Object *obj, E_Randr_Output_Info *output, E_Randr_Crtc_Info *crtc); E_Randr_Crtc_Info *e_smart_monitor_crtc_get(Evas_Object *obj); void e_smart_monitor_crtc_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); void e_smart_monitor_move_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); |