summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-03-08 12:38:37 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-03-29 10:02:37 -0700
commitdb1c7cb604167baf49e61be4c09ccf7b592c4af3 (patch)
tree45956e72728d373ecb5cfd848f86508e04da34dc /include
parent87ca6320f26eb3129e3c19056e1d8fa5c1784723 (diff)
DRI2: advertise lowest supported DRI2 protocol version
Update our supported DRI2 protocol version as each driver does DRI2ScreenInit, since depending on available kernel features, each DDX may support different callbacks and therefore protocol. Reviewed-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include')
-rw-r--r--include/protocol-versions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index c74b7faf0..97ef5dad5 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -51,10 +51,6 @@
#define SERVER_DMX_MINOR_VERSION 2
#define SERVER_DMX_PATCH_VERSION 20040604
-/* DRI2 */
-#define SERVER_DRI2_MAJOR_VERSION 1
-#define SERVER_DRI2_MINOR_VERSION 2
-
/* Generic event extension */
#define SERVER_GE_MAJOR_VERSION 1
#define SERVER_GE_MINOR_VERSION 0