diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-05 12:24:01 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-05 12:24:01 +0000 |
commit | dfe93a7f0ada3ced637309dc9f6d7a76270f85d6 (patch) | |
tree | 9e5e6b4e1994834125226d4f0aaaed8a33dcaa90 /src/lib/evas/Evas.h | |
parent | aa53580814e5315586cdd4a68ba9f2bf7bfa2d07 (diff) |
directfb says bye...
After agreement in the mail list, core developers agree to remove this
engine that was not being supported for a long time.
Given that most operations Evas uses are not accelerated in DirectFB,
or at least hardware that exclusively supports DirectFB, it's better
for those people to just use Evas/Ecore software (buffer) rendering
and expose DirectFB's framebuffer as destination surface.
SVN revision: 80232
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index acd28866e4..8c30a1dde6 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -8639,8 +8639,7 @@ EAPI void evas_object_image_data_set(Evas_Object *obj, | |||
8639 | * Each time you call this function on an image object, its data | 8639 | * Each time you call this function on an image object, its data |
8640 | * buffer will have an internal reference counter | 8640 | * buffer will have an internal reference counter |
8641 | * incremented. Decrement it back by using | 8641 | * incremented. Decrement it back by using |
8642 | * evas_object_image_data_set(). This is specially important for the | 8642 | * evas_object_image_data_set(). |
8643 | * directfb Evas engine. | ||
8644 | * | 8643 | * |
8645 | * This is best suited for when you want to modify an existing image, | 8644 | * This is best suited for when you want to modify an existing image, |
8646 | * without changing its dimensions. | 8645 | * without changing its dimensions. |