diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-03-08 09:30:53 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-03-08 09:30:53 +0000 |
| commit | d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265 (patch) | |
| tree | 553d8fa818f154f328427468b82c3f319b1b7f71 /src/widgets/eek-color-def.h | |
| parent | - When finalizing a curve by double clicking then don't snap to the curve itself (diff) | |
| download | inkscape-d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265.tar.gz inkscape-d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265.zip | |
Reworked internals of color and drag-n-drop.
(bzr r7439)
Diffstat (limited to 'src/widgets/eek-color-def.h')
| -rw-r--r-- | src/widgets/eek-color-def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/eek-color-def.h b/src/widgets/eek-color-def.h index 39d69d5d1..2f6117d54 100644 --- a/src/widgets/eek-color-def.h +++ b/src/widgets/eek-color-def.h @@ -66,6 +66,7 @@ public: std::vector<std::string> getMIMETypes(); void getMIMEData(std::string const & type, char*& dest, int& len, int& format); + bool fromMIMEData(std::string const & type, char const * data, int len, int format); void setRGB( unsigned int r, unsigned int g, unsigned int b ); unsigned int getR() const { return r; } |
