diff options
author | Christopher Michael <cp.michael@samsung.com> | 2013-02-19 10:56:54 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2013-02-19 10:56:54 +0000 |
commit | 8d47671e6e9ea75768ad04b6f54a70d10310eab4 (patch) | |
tree | 1996a7006c5392e12378660337665e58add6e978 /src/modules/conf_randr/e_smart_monitor.h | |
parent | 6ca0528ef0ef1d95ef3f180f5a9437e74c389e22 (diff) | |
download | enlightenment-8d47671e6e9ea75768ad04b6f54a70d10310eab4.tar.gz enlightenment-8d47671e6e9ea75768ad04b6f54a70d10310eab4.tar.xz enlightenment-8d47671e6e9ea75768ad04b6f54a70d10310eab4.zip |
Add code to handle setting of background preview on initial show.
Add code to handle setting of background preview when user changes the
bg.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84153
Diffstat (limited to 'src/modules/conf_randr/e_smart_monitor.h')
-rw-r--r-- | src/modules/conf_randr/e_smart_monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 5b453d29a..600673a19 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -7,6 +7,7 @@ Evas_Object *e_smart_monitor_add(Evas *evas); void e_smart_monitor_crtc_set(Evas_Object *obj, Ecore_X_Randr_Crtc crtc); 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_background_set(Evas_Object *obj, Evas_Coord dx, Evas_Coord dy); # endif #endif |