From 8bebcb8d8e2a075fe7052b2716b026f14fcc6219 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 11 May 2006 05:08:00 +0000 Subject: From Greg Morris: add copy functionality to the details window. Also includes a change in the copy function of the hex data window to allow copying just the text strings instead of all of the hex data. svn path=/trunk/; revision=18129 --- gtk/proto_draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/proto_draw.h') diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h index 7dd82ff6d0..3a3c5f09f2 100644 --- a/gtk/proto_draw.h +++ b/gtk/proto_draw.h @@ -114,7 +114,7 @@ extern void savehex_cb(GtkWidget * w, gpointer data); * @param w unused * @param data unused */ -extern void copy_hex_cb(GtkWidget * w, gpointer data); +extern void copy_hex_cb(GtkWidget * w, gpointer data, int data_type); #if GTK_MAJOR_VERSION < 2 /** Redraw a given byte view window. -- cgit v1.2.1