diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-19 09:01:29 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-19 09:01:29 +0000 |
| commit | f6dba310bc22dc65845e0cd0743594545e356a59 (patch) | |
| tree | 13095cd94d89c5ea9d1a2bc47d019aefa5d2ffe9 /src/display/sodipodi-ctrl.h | |
| parent | Fixed font problem on win32. (diff) | |
| download | inkscape-f6dba310bc22dc65845e0cd0743594545e356a59.tar.gz inkscape-f6dba310bc22dc65845e0cd0743594545e356a59.zip | |
Fix rendering of control points
(bzr r9508.1.88)
Diffstat (limited to 'src/display/sodipodi-ctrl.h')
| -rw-r--r-- | src/display/sodipodi-ctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sodipodi-ctrl.h b/src/display/sodipodi-ctrl.h index 27728296a..df0470adb 100644 --- a/src/display/sodipodi-ctrl.h +++ b/src/display/sodipodi-ctrl.h @@ -49,7 +49,7 @@ struct SPCtrl : public SPCanvasItem { bool _moved; NRRectL box; /* NB! x1 & y1 are included */ - cairo_surface_t *cache; + guint32 *cache; GdkPixbuf * pixbuf; void moveto(Geom::Point const p); |
