mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: unexport some lookup functions
These aren't used by any drivers, so no need to export them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1380>
This commit is contained in:
committed by
Alan Coopersmith
parent
dfdde27990
commit
d444cd4237
@@ -46,6 +46,8 @@
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "xfixesint.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "cursorstr.h"
|
||||
|
||||
@@ -24,9 +24,11 @@
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "render/picturestr_priv.h"
|
||||
|
||||
#include "xfixesint.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "picturestr_priv.h"
|
||||
|
||||
#include <regionstr.h>
|
||||
#include <gcstruct.h>
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "xfixesint.h"
|
||||
|
||||
int
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "xfixesint.h"
|
||||
#include "xace.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user