[v3] include: unexport symbols from opaque.h
several symbols in opaque.h aren't used by any drivers or modules, thus don't need to exported.
checked against internal .so's as well as all driver trees at gitlab (as well as tigervnc).
tigervnc does use some of those symbols, but only in their DDX, thus compiled-in and not relying on exporting.
Changes v3:
- not changing
party_like_its_1989
from (xlib)Bool
to (stdbool.h)bool
- not changing
whiteRoot
fromBool
tobool
- not changing
explicit_display
fromBool
tobool
- not changing
disableBackingStore
fromBool
tobool
- not changing
enableBackingStore
fromBool
tobool
- not changing
defeatAccessControl
fromBool
tobool
- renamed
dixUpdateColors
todoUpdateColors
Changes v2:
- some more refinements on commit messages
- resolved conflicts
Edited by Enrico Weigelt, metux IT consult .