X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/2cebc318e3889a83990b574a739088e3069faf57..98b7eddc9f9fa0b72f2344cbabb0f69ee177906e:/src/clipboard.h?ds=sidebyside diff --git a/src/clipboard.h b/src/clipboard.h index 9fd3e0cc..67eec225 100644 --- a/src/clipboard.h +++ b/src/clipboard.h @@ -30,7 +30,7 @@ typedef enum { VIK_CLIPBOARD_DATA_SUBLAYER } VikClipboardDataType; -void a_clipboard_copy(VikClipboardDataType type, guint16 layer_type, gint subtype, guint len, guint8 * data); +void a_clipboard_copy(VikClipboardDataType type, guint16 layer_type, gint subtype, guint len, const gchar* text, guint8 * data); void a_clipboard_copy_selected ( VikLayersPanel *vlp ); gboolean a_clipboard_paste ( VikLayersPanel *vlp );