1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

First bug discovered as a result of global-removal: pasting into

pterm caused a crash because I had the wrong prototype for the
selection_received event handler. Should be fixed.

[originally from svn r2150]
This commit is contained in:
Simon Tatham 2002-10-28 09:38:28 +00:00
parent a4ca42238f
commit 9a5939e9cf

View File

@ -1229,7 +1229,7 @@ void request_paste(void *frontend)
gint idle_paste_func(gpointer data); /* forward ref */
void selection_received(GtkWidget *widget, GtkSelectionData *seldata,
gpointer data)
guint time, gpointer data)
{
struct gui_data *inst = (struct gui_data *)data;