Am 17.07.2014 17:11, schrieb Thomas Klausner: > On Wed, Jul 16, 2014 at 03:50:35PM -0700, Matt Turner wrote: >> On Wed, Jul 16, 2014 at 9:44 AM, Thomas Klausner <[email protected]> wrote: >>> Review please! >>> >>> Thanks, >>> Thomas >> >> Reviewed-by: Matt Turner <[email protected]> >> >> Please apply to libXaw3d as well. > > Thanks for the review. I've fixed it in libXaw3d as well and added > your reviewed-by for it. > Thomas
i am sorry to interrupt, this is a case for difftime() if ((abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) if ( fabs(difftime(time,ctx->text.lasttime)) < MULTI_CLICK_TIME ) this avoids the different implementation of time_t re, wh _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
