Hi,

first of alle thanks for all your work.

I'm new to the directfb sources, but I wanted to let you know that I came 
across a compile error.
I was trying to compile --with-gfxdrivers=unichromeThe output was...


uc_overlay.c:397: warning: initialization from incompatible pointer type
uc_overlay.c:400: warning: initialization from incompatible pointer type


uc_primary.c: In function 'osdSetRegion':
uc_primary.c:147: error: too few arguments to function 
'ucOldPrimaryFuncs.SetRegion'
uc_primary.c: At top level:
uc_primary.c:180: warning: initialization from incompatible pointer type


It seems some functions got their last parameter "lock" replaced by "left_lock" 
and "right_lock".

I managed to get the compiler to run through by correcting the parameters in 
uc_primary.c
After
 that it compiled, but of course there are some more lines left (in 
uc_overlay.c), that would have to be adapted to left_lock and 
right_lock.

I hope this isn't a redundant bug report.

Thanks for maybe considering a fix.

Armin
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to