diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-01-07 08:12:01 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-01-18 18:20:36 -0500 |
commit | d29b795c57c4c092dfa638294145cfcd5cd395e2 (patch) | |
tree | 631766b72024794252526faa9f1b8fcba3b3a8b8 /src/glx/x11/dri_glx.c | |
parent | 3c59483ed7c5700a58f47ca9b4a61214d02c9307 (diff) |
Remove XIDs from DRI interface (see #5714).frontbuffer-removal
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 0875361d0b..58e6c2d23c 100644 --- a/src/glx/x11/dri_glx.c +++ b/src/glx/x11/dri_glx.c @@ -166,7 +166,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"; /** |