[maemo-developers] Building microb in scratchbox
From: tonikitoo (Antonio Gomes) tonikitoo at gmail.comDate: Thu Oct 18 15:08:53 EEST 2007
- Previous message: Building microb in scratchbox
- Next message: Building microb in scratchbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi, If you update your source, you will see that the patch for that change is commented out. Go to https://garage.maemo.org/svn/browser/mozilla/trunk/microb-engine/microb-engine/debian/patches/series.gtk2 and look for "750" (it is the patch number) .. it is out ! regards On 10/18/07, Tommi Komulainen <tommi.komulainen at nokia.com> wrote: > On Thu, 2007-10-18 at 22:49 +1300, ext Chris Double wrote: > > On 10/18/07, Kaj-Michael Lang <milang at tal.org> wrote: > > > > > > What SDK/Gtk are you using ? That function is new in gtk 2.12. > > > (http://library.gnome.org/devel/gdk/stable/gdk-Events.html#id2743065) > > > > I'm using Maemo Bora 3.2 SDK. > > gdk_event_request_motions() is new in Chinook, the implementation is > trivial: > > void > gdk_event_request_motions (GdkEventMotion *event) > { > g_return_if_fail (event != NULL); > if (event->type == GDK_MOTION_NOTIFY && event->is_hint) > gdk_device_get_state (event->device, event->window, NULL, NULL); > } -- --Antonio Gomes
- Previous message: Building microb in scratchbox
- Next message: Building microb in scratchbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]