Revert "xvmc: move over protocol version defines into xvmc.c"
This reverts commit a33639f975
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2034>
This commit is contained in:
parent
8006778970
commit
bfd15d6e5a
|
@ -20,6 +20,7 @@
|
|||
#include <X11/extensions/Xvproto.h>
|
||||
#include <X11/extensions/XvMCproto.h>
|
||||
#include "xvmcext.h"
|
||||
#include "protocol-versions.h"
|
||||
|
||||
#ifdef HAS_XVMCSHM
|
||||
#include <sys/ipc.h>
|
||||
|
@ -27,9 +28,6 @@
|
|||
#include <sys/shm.h>
|
||||
#endif /* HAS_XVMCSHM */
|
||||
|
||||
#define SERVER_XVMC_MAJOR_VERSION 1
|
||||
#define SERVER_XVMC_MINOR_VERSION 1
|
||||
|
||||
#define DR_CLIENT_DRIVER_NAME_SIZE 48
|
||||
#define DR_BUSID_SIZE 48
|
||||
|
||||
|
|
|
@ -157,4 +157,8 @@
|
|||
#define SERVER_XRES_MAJOR_VERSION 1
|
||||
#define SERVER_XRES_MINOR_VERSION 2
|
||||
|
||||
/* XvMC */
|
||||
#define SERVER_XVMC_MAJOR_VERSION 1
|
||||
#define SERVER_XVMC_MINOR_VERSION 1
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue