X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a25c4c508425a98c4aba9b5d72c6e57c985f9da2..c0366d1ce9cca935e6c3f1a36d607687ed6ec04b:/src/clipboard.h diff --git a/src/clipboard.h b/src/clipboard.h index d608a071..9fd3e0cc 100644 --- a/src/clipboard.h +++ b/src/clipboard.h @@ -24,7 +24,14 @@ #include "viklayerspanel.h" -void a_clipboard_copy ( VikLayersPanel *vlp ); +typedef enum { + VIK_CLIPBOARD_DATA_NONE = 0, + VIK_CLIPBOARD_DATA_LAYER, + VIK_CLIPBOARD_DATA_SUBLAYER +} VikClipboardDataType; + +void a_clipboard_copy(VikClipboardDataType type, guint16 layer_type, gint subtype, guint len, guint8 * data); +void a_clipboard_copy_selected ( VikLayersPanel *vlp ); gboolean a_clipboard_paste ( VikLayersPanel *vlp ); #endif