On Thu, 2007-10-18 at 22:49 +1300, ext Chris Double wrote:
> On 10/18/07, Kaj-Michael Lang <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers