~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/sp-root.h

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define SP_IS_ROOT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_ROOT))
21
21
#define SP_IS_ROOT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_ROOT))
22
22
 
23
 
#include <libnr/nr-matrix.h>
24
23
#include "version.h"
25
24
#include "svg/svg-length.h"
26
25
#include "enums.h"
49
48
    unsigned int aspect_clip : 1;
50
49
 
51
50
    /** Child to parent additional transform. */
52
 
    NR::Matrix c2p;
 
51
    Geom::Matrix c2p;
53
52
 
54
53
    gchar *onload;
55
54