summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-23 21:18:40 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-23 21:18:40 -0400
commit679236defd28bea8874004377436347950ff7bec (patch)
tree8cf1e9e3aca92a7bbe2029366c306ca717a60714 /src/radeon.h
parente38cad5633c974467f6417051eda8d487ac3686e (diff)
RADEON: add output properties (not functional yet)
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 75dd234d..fcbae2ac 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -78,6 +78,7 @@
#endif
#include "xf86Crtc.h"
+#include "X11/Xatom.h"
/* Render support */
#ifdef RENDER
@@ -174,6 +175,8 @@ do { \
#define RADEONTRACE(x) do { } while(0)
#endif
+/* for Xv, outputs */
+#define MAKE_ATOM(a) MakeAtom(a, sizeof(a) - 1, TRUE)
/* Other macros */
#define RADEON_ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))