diff options
| author | MenTaLguY <mental@rydia.net> | 2008-03-26 03:46:52 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-03-26 03:46:52 +0000 |
| commit | f8e238a4916b3cded2d9097f498147f9b61716fe (patch) | |
| tree | ea318d700c381ae1e17051b4c36f51a4937e60fc /src/dropper-context.h | |
| parent | Major overhaul of the selector tool's internals to improve handling of transf... (diff) | |
| download | inkscape-f8e238a4916b3cded2d9097f498147f9b61716fe.tar.gz inkscape-f8e238a4916b3cded2d9097f498147f9b61716fe.zip | |
system clipboard support (bug #170185) from Chris KosiĆski
(bzr r5190)
Diffstat (limited to 'src/dropper-context.h')
| -rw-r--r-- | src/dropper-context.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dropper-context.h b/src/dropper-context.h index f6fdd2523..80b25ad26 100644 --- a/src/dropper-context.h +++ b/src/dropper-context.h @@ -49,10 +49,6 @@ struct SPDropperContextClass { GType sp_dropper_context_get_type (void); -void sp_dropper_context_copy (SPEventContext *ec); - -void sp_dropper_c32_color_copy (guint32 c32); - -void sp_dropper_c32_color_copy_hex (guint32 c32); +guint32 sp_dropper_context_get_color(SPEventContext *ec); #endif |
