freebsd-dev/lib/libvgl
Dimitry Andric e7032b4cdd Change libvgl's set4pixels() and set2lines() functions from plain
'inline' to 'static inline'.  Otherwise, a C99 compiler (such as clang)
will output an undefined symbol for those functions in the resulting
object file.  (Even gcc will do this, when you use "-std=c99".)

This should fix the "undefined reference to `set4pixels'" errors that
some people were seeing during ports building, when their world was
compiled with clang.

Approved by:	rpaulo (mentor)
2010-10-04 18:16:38 +00:00
..
bitmap.c
keyboard.c
main.c
Makefile Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
mouse.c
simple.c Change libvgl's set4pixels() and set2lines() functions from plain 2010-10-04 18:16:38 +00:00
text.c
vgl.3 o Fix typo. 2006-10-21 15:12:36 +00:00
vgl.h