(!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:
parent
a5f8524d69
commit
30c0dd3734
|
@ -30,8 +30,6 @@
|
|||
|
||||
#define DRI3_SCREEN_INFO_VERSION 4
|
||||
|
||||
extern RESTYPE dri3_syncobj_type;
|
||||
|
||||
struct dri3_syncobj
|
||||
{
|
||||
XID id;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue