summaryrefslogtreecommitdiff
path: root/src/glx/Makefile
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-11-28 17:50:07 -0800
committerIan Romanick <ian.d.romanick@intel.com>2012-01-02 12:41:44 -0800
commit6ccda72bf87a27844f8b9807fc080984f48af1cf (patch)
tree34c561ad269f206c88ea0763467ac2562fb482e8 /src/glx/Makefile
parentfc7ac4da7dfb64aa192ef8cff44cb762beace4c1 (diff)
downloadmesa-6ccda72bf87a27844f8b9807fc080984f48af1cf.tar.gz
glx: Add __glX_send_client_info super function
This function picks the correct client-info protocol (based on the server's GLX version and set of extensions) and sends it to the server. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/glx/Makefile')
-rw-r--r--src/glx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile
index 183ffb188ad..69d7c7c57bf 100644
--- a/src/glx/Makefile
+++ b/src/glx/Makefile
@@ -10,6 +10,7 @@ EXTRA_DEFINES = $(EXTRA_DEFINES_XF86VIDMODE) -D_REENTRANT \
SOURCES = \
clientattrib.c \
+ clientinfo.c \
compsize.c \
eval.c \
glxconfig.c \