mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-17 19:18: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:
parent
a4ca42238f
commit
9a5939e9cf
@ -1229,7 +1229,7 @@ void request_paste(void *frontend)
|
|||||||
gint idle_paste_func(gpointer data); /* forward ref */
|
gint idle_paste_func(gpointer data); /* forward ref */
|
||||||
|
|
||||||
void selection_received(GtkWidget *widget, GtkSelectionData *seldata,
|
void selection_received(GtkWidget *widget, GtkSelectionData *seldata,
|
||||||
gpointer data)
|
guint time, gpointer data)
|
||||||
{
|
{
|
||||||
struct gui_data *inst = (struct gui_data *)data;
|
struct gui_data *inst = (struct gui_data *)data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user