summaryrefslogtreecommitdiffstats
path: root/src/dialogs/swatches.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-03-24 04:12:22 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-03-24 04:12:22 +0000
commit126a67a8a50e84bb12eda8dfe3cee7e2f9358e7f (patch)
tree795e771021826e23be48604809322592320b2a09 /src/dialogs/swatches.h
parentPurging unused variable (diff)
downloadinkscape-126a67a8a50e84bb12eda8dfe3cee7e2f9358e7f.tar.gz
inkscape-126a67a8a50e84bb12eda8dfe3cee7e2f9358e7f.zip
Bringing in new color class
(bzr r279)
Diffstat (limited to 'src/dialogs/swatches.h')
-rw-r--r--src/dialogs/swatches.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dialogs/swatches.h b/src/dialogs/swatches.h
index 37a04cfba..1fba23eba 100644
--- a/src/dialogs/swatches.h
+++ b/src/dialogs/swatches.h
@@ -17,6 +17,9 @@
#include "ui/widget/panel.h"
#include "ui/previewholder.h"
+#include "dialogs/eek-color-def.h"
+
+using eek::ColorDef;
namespace Inkscape {
namespace UI {
@@ -39,11 +42,8 @@ public:
ViewType view,
Gtk::BuiltinIconSize size);
void buttonClicked(bool secondary = false);
- unsigned int _r;
- unsigned int _g;
- unsigned int _b;
- Glib::ustring _name;
-
+
+ ColorDef def;
private:
Gtk::Tooltips tips;
};