зеркало из https://github.com/github/putty.git
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:
Родитель
a4ca42238f
Коммит
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;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче