]> git.street.me.uk Git - andy/viking.git/blobdiff - src/clipboard.h
Fix <GTK 2.24 combo box usage.
[andy/viking.git] / src / clipboard.h
index 9fd3e0ccbbaf902434571dd53425d917b6e206ed..67eec225b670b18ec89038f56830320011b03157 100644 (file)
@@ -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 );