~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/display/canvas-temporary-item.h

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * Released under GNU GPL, read the file 'COPYING' for more information
13
13
 */
14
14
 
15
 
#include "display/display-forward.h"
16
15
 
 
16
#include <stddef.h>
17
17
#include <sigc++/sigc++.h>
 
18
#include <glib/gtypes.h>
 
19
 
 
20
struct SPCanvasItem;
18
21
 
19
22
namespace Inkscape {
20
23
namespace Display {