From 6355693a021ce9473196b685cc9f8c2cbb0899a8 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 12 May 2011 10:54:06 +0000 Subject: libxcb mesa xcb-proto git update 12 May 2011 --- libxcb/src/c_client.py | 2 +- libxcb/xcb-proto/src/sync.xml | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) (limited to 'libxcb') diff --git a/libxcb/src/c_client.py b/libxcb/src/c_client.py index 3e77e9ef2..ef245c561 100644 --- a/libxcb/src/c_client.py +++ b/libxcb/src/c_client.py @@ -2290,7 +2290,7 @@ except getopt.GetoptError as err: for (opt, arg) in opts: if opt == '-p': - sys.path.append(arg) + sys.path.insert(1, arg) # Import the module class try: diff --git a/libxcb/xcb-proto/src/sync.xml b/libxcb/xcb-proto/src/sync.xml index e30923325..516d149ab 100644 --- a/libxcb/xcb-proto/src/sync.xml +++ b/libxcb/xcb-proto/src/sync.xml @@ -5,7 +5,7 @@ All Rights Reserved. See the file COPYING in this directory for licensing information. --> + major-version="3" minor-version="1"> xproto @@ -18,6 +18,8 @@ for licensing information. + + @@ -173,6 +175,37 @@ for licensing information. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3