dix: unexport MakePredeclaredAtoms()
Should never be called by modules/drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1802>
This commit is contained in:
parent
9dc26f6743
commit
b3ec0bf58a
|
@ -46,10 +46,13 @@ SOFTWARE.
|
|||
|
||||
#include <dix-config.h>
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "misc.h"
|
||||
#include "resource.h"
|
||||
#include "dix.h"
|
||||
|
|
|
@ -253,4 +253,7 @@ extern Bool explicit_display;
|
|||
extern Bool disableBackingStore;
|
||||
extern Bool enableBackingStore;
|
||||
|
||||
/* in generated BuiltInAtoms.c */
|
||||
void MakePredeclaredAtoms(void);
|
||||
|
||||
#endif /* _XSERVER_DIX_PRIV_H */
|
||||
|
|
|
@ -25,6 +25,9 @@ cat > "$OUTPUT" << __END__
|
|||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "misc.h"
|
||||
#include "dix.h"
|
||||
void
|
||||
|
|
|
@ -377,8 +377,6 @@ extern _X_EXPORT void SwapLongs(CARD32 *list, unsigned long count);
|
|||
|
||||
extern _X_EXPORT void SwapShorts(short *list, unsigned long count);
|
||||
|
||||
extern _X_EXPORT void MakePredeclaredAtoms(void);
|
||||
|
||||
typedef struct _xPoint *DDXPointPtr;
|
||||
typedef struct pixman_box16 *BoxPtr;
|
||||
typedef struct _xEvent *xEventPtr;
|
||||
|
|
Loading…
Reference in New Issue