75
edits
| Line 62: | Line 62: | ||
* gfxXlibNativeRenderer will be cloned to gfxGdkNativeRenderer | |||
* gfxXlibNativeRenderer will be cloned | |||
** 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 ==== | ||
edits