On Tue, Jul 02, 2002 at 04:25:35PM +0200, Sven Neumann wrote:
> Hi,

Hello Sven,

> could you please try the updated GTK+-DirectFB tarball I've just
> uploaded to the web-site? It has the remote control fixes you need and
> might also fix this problem since the gtk+-directfb-2.0 pkg-config
> file should now include -lpthreads in the linker flags.

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));


b.

-- 
Brian J. Murrell

Attachment: msg00755/pgp00000.pgp
Description: PGP signature

Reply via email to