[maemo-developers] Building microb in scratchbox

From: Tommi Komulainen tommi.komulainen at nokia.com
Date: Thu Oct 18 13:18:55 EEST 2007
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);
}


-- 
Tommi Komulainen                            <tommi.komulainen at nokia.com>

More information about the maemo-developers mailing list