Mobile/DFBPorting: Difference between revisions

Line 62: Line 62:




* All the users of gfxXlibNativeRenderer will use gfxGdkNativeRenderer now
* gfxXlibNativeRenderer will be cloned to gfxGdkNativeRenderer
* gfxXlibNativeRenderer will be cloned as something like gfxGdkNativeRenderer
** GdkDrawable will replace (Display, Visual, Drawable) touple
** GdkDrawable will replace (Display, Visual, Drawable) touple
* All the users of gfxXlibNativeRenderer will use gfxGdkNativeRenderer
* '''Getting GdkDrawable from cairo surface'''
* '''Getting GdkDrawable from cairo surface'''
** A new static const field will be added to gfxASurface class
** A new static const field will be added to gfxASurface class
Line 90: Line 90:
             offset_x, offset_y, NULL, 0);
             offset_x, offset_y, NULL, 0);
     cairo_surface_mark_dirty (target);
     cairo_surface_mark_dirty (target);


==== TODO ====
==== TODO ====
75

edits