dri: unexport dri3_send_open_reply()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
6cd503f3c5
commit
3356690d35
|
@ -128,9 +128,6 @@ typedef struct dri3_screen_info {
|
|||
extern _X_EXPORT Bool
|
||||
dri3_screen_init(ScreenPtr screen, const dri3_screen_info_rec *info);
|
||||
|
||||
extern _X_EXPORT int
|
||||
dri3_send_open_reply(ClientPtr client, int fd);
|
||||
|
||||
extern _X_EXPORT uint32_t
|
||||
drm_format_for_depth(uint32_t depth, uint32_t bpp);
|
||||
|
||||
|
|
|
@ -115,4 +115,7 @@ dri3_get_supported_modifiers(ScreenPtr screen, DrawablePtr drawable,
|
|||
int
|
||||
dri3_import_syncobj(ClientPtr client, ScreenPtr screen, XID id, int fd);
|
||||
|
||||
int
|
||||
dri3_send_open_reply(ClientPtr client, int fd);
|
||||
|
||||
#endif /* _DRI3PRIV_H_ */
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#include <dri3.h>
|
||||
#include "drm-client-protocol.h"
|
||||
|
||||
#include "dri3/dri3_priv.h"
|
||||
#include "glamor/glamor_priv.h"
|
||||
|
||||
#include "xwayland-glamor.h"
|
||||
|
|
Loading…
Reference in New Issue