diff options
author | Kristian Høgsberg <[email protected]> | 2007-01-07 08:12:01 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-05 00:09:32 -0400 |
commit | 4a22ae8d446855d839cc199df8eb1b057045cb88 (patch) | |
tree | 727c7f597f768631106447be6f484abe6a5c4e50 /src/glx/x11/dri_glx.c | |
parent | 4ceefccbfa180d19e27716bf7f282d0438ac34bd (diff) |
Remove XIDs from DRI interface (see #5714).
Diffstat (limited to 'src/glx/x11/dri_glx.c')
-rw-r--r-- | src/glx/x11/dri_glx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index 5cf9923979a..d68addaa9f4 100644 --- a/src/glx/x11/dri_glx.c +++ b/src/glx/x11/dri_glx.c @@ -171,7 +171,7 @@ ExtractDir(int index, const char *paths, int dirLen, char *dir) * \todo * Create a macro or something so that this is automatically updated. */ -static const char createNewScreenName[] = "__driCreateNewScreen_20050727"; +static const char createNewScreenName[] = "__driCreateNewScreen_20070105"; /** |