From 55d43e4e27e0ba58a47fad70957dfa989aa173ad Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 14 Aug 2007 20:54:48 +0000 Subject: Commit LivePathEffect branch to trunk! (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) --- src/selection-chemistry.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/selection-chemistry.cpp') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 8e916193b..1e1f135f9 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2962,6 +2962,11 @@ void unhide_all_in_all_layers(SPDesktop *dt) { process_all(&unhide, dt, false); } + +GSList * sp_selection_get_clipboard() { + return clipboard; +} + /* Local Variables: mode:c++ -- cgit v1.2.3