(!1956) dri3: move dri3_syncobj_type to non-public header

The symbol isn't exported, thus not accessible to modules.
No need to keep it in public header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-05 17:32:16 +02:00
parent a5f8524d69
commit 30c0dd3734
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,6 @@
#define DRI3_SCREEN_INFO_VERSION 4
extern RESTYPE dri3_syncobj_type;
struct dri3_syncobj
{
XID id;

View File

@ -35,6 +35,8 @@
extern DevPrivateKeyRec dri3_screen_private_key;
extern RESTYPE dri3_syncobj_type;
typedef struct dri3_dmabuf_format {
uint32_t format;
uint32_t num_modifiers;