mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
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:
parent
f39fd42429
commit
d16e83413e
2 changed files with 9 additions and 6 deletions
|
|
@ -187,3 +187,6 @@
|
|||
#define fbWinPrivateIndex wfbWinPrivateIndex
|
||||
#define fbZeroLine wfbZeroLine
|
||||
#define fbZeroSegment wfbZeroSegment
|
||||
#define xxPrintVisuals wfbxxPrintVisuals
|
||||
#define xxSetup wfbxxSetup
|
||||
#define composeFunctions wfbComposeFunctions
|
||||
|
|
|
|||
Loading…
Reference in a new issue