diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-03-24 04:12:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-03-24 04:12:22 +0000 |
| commit | 126a67a8a50e84bb12eda8dfe3cee7e2f9358e7f (patch) | |
| tree | 795e771021826e23be48604809322592320b2a09 /src/dialogs/swatches.h | |
| parent | Purging unused variable (diff) | |
| download | inkscape-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.h | 10 |
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; }; |
