summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-04-18 18:17:28 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-04-18 18:17:28 +0000
commit865b863409353b45ceadb317a80a75a4409e07a4 (patch)
tree5afb805ab8e1903bfc426ce55a298a20839a0a0d /src
parentUpdate color lines overlay, with halo of 1 px matched by Gez. Fix some crash ... (diff)
downloadinkscape-865b863409353b45ceadb317a80a75a4409e07a4.tar.gz
inkscape-865b863409353b45ceadb317a80a75a4409e07a4.zip
updates to colors
(bzr r11950.1.97)
Diffstat (limited to 'src')
-rw-r--r--src/display/canvas-bpath.cpp2
-rw-r--r--src/sp-guide.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/display/canvas-bpath.cpp b/src/display/canvas-bpath.cpp
index a53b88efb..502bf440e 100644
--- a/src/display/canvas-bpath.cpp
+++ b/src/display/canvas-bpath.cpp
@@ -16,7 +16,7 @@
#endif
#include <sstream>
#include <string.h>
-#include "document.h"
+#include "desktop.h"
#include "color.h"
#include "display/sp-canvas-group.h"
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp
index 48596cbc0..3266d8819 100644
--- a/src/sp-guide.cpp
+++ b/src/sp-guide.cpp
@@ -95,8 +95,8 @@ static void sp_guide_init(SPGuide *guide)
{
guide->normal_to_line = Geom::Point(0.,1.);
guide->point_on_line = Geom::Point(0.,0.);
- guide->color = 0x0000ff7f;
- guide->hicolor = 0xff00007f;
+ guide->color = 0x23abcd7f;
+ guide->hicolor = 0xf372eb7f;
}
static void sp_guide_set_property(GObject *object, guint prop_id, const GValue *value, GParamSpec */*pspec*/)