Re: guile-clutter: fixing ClutterMargin special wrapper

2014-04-18 Thread David Pirotte
Hi Mark, > Rather: > scm_scm_to_clutter_margin: Use scm_to_double, not scm_to_uint8. > > > * clutter/gnome/gw/clutter-support.c: scm_scm_to_clutter_margin to use > > Rather: > * clutter/gnome/gw/clutter-support.c (scm_scm_to_clutter_margin): Use Thank you, I have changed the commit message as s

Re: guile-clutter: fixing ClutterMargin special wrapper

2014-04-18 Thread Mark H Weaver
Hi David, David Pirotte writes: > From a8166f67bd752ff7c71af50b27cfc52b2de4fe37 Mon Sep 17 00:00:00 2001 > From: David PIROTTE > Date: Fri, 18 Apr 2014 16:24:43 -0300 > Subject: [PATCH] fixing ClutterMargin special wrapper Rather: scm_scm_to_clutter_margin: Use scm_to_double, not scm_to_uint8.