diff options
| author | Andrius Ramanauskas <knutux@gmail.com> | 2006-04-20 16:06:59 +0000 |
|---|---|---|
| committer | knutux <knutux@users.sourceforge.net> | 2006-04-20 16:06:59 +0000 |
| commit | 59f47a0c4156ad31d8c685ccac2c02ac83c658c6 (patch) | |
| tree | ca2bc01c578b9b70fe4bd9e9c2a40c648f81f971 /src/display/sp-canvas.cpp | |
| parent | disabling rendering optimization for dashed strokes (until optimization is tw... (diff) | |
| download | inkscape-59f47a0c4156ad31d8c685ccac2c02ac83c658c6.tar.gz inkscape-59f47a0c4156ad31d8c685ccac2c02ac83c658c6.zip | |
SVG 1.1 Conditional Processing Module rendering support (<switch> element, requiredReatures/requiredExtensions/systemLanguage attributes).
Two more W3C SVG Test Suite testes pass after this change.
(bzr r556)
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 5e19539f3..edd429f0d 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1254,7 +1254,7 @@ emit_event (SPCanvas *canvas, GdkEvent *event) static int pick_current_item (SPCanvas *canvas, GdkEvent *event) { - int button_down; + int button_down = 0; double x, y; int retval = FALSE; |
