Elm: Use 'canvas' API and structure rather than 'output' API and
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 13 Jun 2011 11:26:08 +0000 (11:26 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 13 Jun 2011 11:26:08 +0000 (11:26 +0000)
commit5b300889110118d2c7b5ba317a64497eba57c34d
tree0359ee1adb3699ef2e471b69580a7df24e772e96
parent9b3ec1000ec31d295887ef8ca00d43c4a85d5179
Elm: Use 'canvas' API and structure rather than 'output' API and
structure.

'canvas' and 'output' are same. So we need to deprecate one of them
later(may be evas 2.0 or so.) After I discuss this with raster, I've
got to use 'canvas' not 'output'. So I fixed elementary codes.

SVN revision: 60268
legacy/elementary/src/bin/test_ctxpopup.c
legacy/elementary/src/bin/test_map.c
legacy/elementary/src/bin/test_win_inline.c
legacy/elementary/src/lib/elm_colorselector.c
legacy/elementary/src/lib/elm_entry.c
legacy/elementary/src/lib/elm_map.c
legacy/elementary/src/lib/elm_segment_control.c
legacy/elementary/src/lib/elm_slider.c