Hide or rename more global symbols to avoid clashes with libfb.

Rename composeFunctions, xxSetup, and xxPrintVisuals.  Hide the other xx*
symbols by making them static.
This commit is contained in:
Aaron Plattner 2006-09-20 12:47:17 -07:00
commit d16e83413e
2 changed files with 9 additions and 6 deletions

View file

@ -187,3 +187,6 @@
#define fbWinPrivateIndex wfbWinPrivateIndex
#define fbZeroLine wfbZeroLine
#define fbZeroSegment wfbZeroSegment
#define xxPrintVisuals wfbxxPrintVisuals
#define xxSetup wfbxxSetup
#define composeFunctions wfbComposeFunctions