mapbuf: updated doc.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 17 Oct 2014 10:42:43 +0000 (19:42 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 17 Oct 2014 10:42:43 +0000 (19:42 +0900)
it's been under stablization for a long time and only "movement" is proved in performance improvement.

src/lib/elm_mapbuf.h

index 2bc77aa0dde71a6c175e349031db5032d4f18bf5..b2ef299a9934b504fc57ca9125539ed8c28285e4 100644 (file)
@@ -10,9 +10,9 @@
  *
  * This holds one content object and uses an Evas Map of transformation
  * points to be later used with this content. So the content will be
- * moved, resized, etc as a single image. So it will improve performance
+ * moved as a single image. So it will improve performance
  * when you have a complex interface, with a lot of elements, and will
- * need to resize or move it frequently (the content object and its
+ * need to move it frequently (the content object and its
  * children).
  *
  * This widget inherits from @ref elm-container-class, so that the