diff options
| author | Ted Gould <ted@gould.cx> | 2010-03-26 04:34:25 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-03-26 04:34:25 +0000 |
| commit | 9e023a3aa964a0d3fa1e31e46d33657367ba68aa (patch) | |
| tree | 33f1392a340737e4eeefca6fd031f96c29befd2b /src/gradient-context.h | |
| parent | Installing the pkgconfig file (diff) | |
| parent | Adding in shape-record.h (diff) | |
| download | inkscape-9e023a3aa964a0d3fa1e31e46d33657367ba68aa.tar.gz inkscape-9e023a3aa964a0d3fa1e31e46d33657367ba68aa.zip | |
Merge from trunk
(bzr r8254.1.53)
Diffstat (limited to 'src/gradient-context.h')
| -rw-r--r-- | src/gradient-context.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gradient-context.h b/src/gradient-context.h index f4d8c572a..6f8a804ae 100644 --- a/src/gradient-context.h +++ b/src/gradient-context.h @@ -7,9 +7,10 @@ * Authors: * bulia byak <buliabyak@users.sf.net> * Johan Engelen <j.b.c.engelen@ewi.utwente.nl> + * Jon A. Cruz <jon@joncruz.org. * * Copyright (C) 2007 Johan Engelen - * Copyright (C) 2005 Authors + * Copyright (C) 2005,2010 Authors * * Released under GNU GPL */ @@ -29,13 +30,13 @@ class SPGradientContextClass; struct SPGradientContext : public SPEventContext { Geom::Point origin; - + bool cursor_addnode; - + bool node_added; Geom::Point mousepoint_doc; // stores mousepoint when over_line in doc coords - + Inkscape::MessageContext *_message_context; sigc::connection *selcon; |
