summaryrefslogtreecommitdiff
path: root/src/xvmc/attributes.c
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2009-09-27 21:54:20 -0400
committerYounes Manton <younes.m@gmail.com>2009-09-27 21:54:20 -0400
commit97c28bb63a4e1029eaf36d23b780f4d3396118a0 (patch)
treef6e0c325c5f40fd0da0c2ff94fbe2228aec47a85 /src/xvmc/attributes.c
parente44c85637a3298918e292e9ddba812856cf92924 (diff)
g3dvl: Move XvMC under the Xorg state tracker.
Diffstat (limited to 'src/xvmc/attributes.c')
-rw-r--r--src/xvmc/attributes.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/xvmc/attributes.c b/src/xvmc/attributes.c
deleted file mode 100644
index 638da0b577..0000000000
--- a/src/xvmc/attributes.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <assert.h>
-#include <X11/Xlib.h>
-#include <X11/extensions/Xvlib.h>
-#include <X11/extensions/XvMClib.h>
-
-XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number)
-{
- return NULL;
-}
-
-Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value)
-{
- return BadImplementation;
-}
-
-Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value)
-{
- return BadImplementation;
-}