Hi,
[EMAIL PROTECTED] writes:
> There is a typo that has been in the last few releases:
>
> gdkevents-directfb.c: In function `gdk_event_translate':
> gdkevents-directfb.c:369: parse error before `:'
>
> caused by an extra comma in the ? operator here:
>
> GDK_NOTE (EVENTS,
> g_message ("button: %d at %d,%d %s with state 0x%08x",
> event->button.button,
> (int)event->button.x, (int)event->button.y,
> dfbevent->type == DWET_BUTTONDOWN ?
> "pressed", : "released",
> ^
> _gdk_directfb_modifiers));
oops, I've obviously not tried to compile with G_ENABLE_DEBUG after this
change. Thanks for spotting this; I will fix it in CVS right now.
Salut, Sven
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.