summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-01-07 18:26:31 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-01-07 18:26:31 +0000
commit6025fee37d2d6ab51e1efbd0194689b5f9180bfb (patch)
tree54cdac08c30b27adca0b53c8163daed9d08675ee /src/desktop.cpp
parentdouble quote the relaytool mimicing defines (diff)
downloadinkscape-6025fee37d2d6ab51e1efbd0194689b5f9180bfb.tar.gz
inkscape-6025fee37d2d6ab51e1efbd0194689b5f9180bfb.zip
Gradient nodes progress...
(bzr r2148)
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp
index bf4b0ba65..903a6bd7c 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -128,7 +128,8 @@ SPDesktop::SPDesktop()
is_fullscreen = false;
gr_item = NULL;
- gr_point_num = 0;
+ gr_point_type = 0;
+ gr_point_i = 0;
gr_fill_or_stroke = true;
_layer_hierarchy = NULL;