From: Jacob Nevins Date: Mon, 25 Jan 2010 14:33:39 +0000 (+0000) Subject: ...and the rest of r8854. X-Git-Tag: 0.61~101 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7e16457d14ffae47303da8c48af98de68bb3a6ed;p=PuTTY.git ...and the rest of r8854. [originally from svn r8855] [r8854 == 14247162f7bd9969361cb8c6276c73dd18ea11ee] --- diff --git a/unix/gtkwin.c b/unix/gtkwin.c index 2fbe4b73..393d98f5 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -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)