mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Add visibility flags to XSERVER_CFLAGS.
This is done to actually change DIX_CFLAGS, as not all "modules" use XORG_CFLAGS. Also export the symbols that are required by other modules after the change.
This commit is contained in:
parent
8c560422b4
commit
180bad8477
11 changed files with 17 additions and 16 deletions
|
|
@ -34,7 +34,7 @@ extern int RenderErrBase;
|
|||
#include <gcstruct.h>
|
||||
#include <window.h>
|
||||
|
||||
RESTYPE RegionResType;
|
||||
_X_EXPORT RESTYPE RegionResType;
|
||||
|
||||
static int
|
||||
RegionResFree (pointer data, XID id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue