1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -05:00

...and the rest of r8854.

[originally from svn r8855]
[r8854 == 14247162f7bd9969361cb8c6276c73dd18ea11ee]
This commit is contained in:
Jacob Nevins 2010-01-25 14:33:39 +00:00
parent 14247162f7
commit 7e16457d14

View File

@ -1320,7 +1320,7 @@ void timer_change_notify(long next)
ticks = 1; /* just in case */
timer_id = gtk_timeout_add(ticks, timer_trigger,
GINT_TO_POINTER(next));
GSIZE_TO_POINTER(next));
}
void fd_input_func(gpointer data, gint sourcefd, GdkInputCondition condition)