projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c190b
)
Remove unneeded xdamages header from dri2_glx.c.
author
Matt Turner
<mattst88@gmail.com>
Sat, 17 Sep 2011 22:59:49 +0000
(18:59 -0400)
committer
Brian Paul
<brianp@vmware.com>
Mon, 19 Sep 2011 13:34:46 +0000
(07:34 -0600)
It's needed for dri1 but not dri2.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/glx/dri2_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/dri2_glx.c
b/src/glx/dri2_glx.c
index 2d72ae05f04c42b203f99ffb39c83d0e112d8616..01e3fd6cea0911180337365d8e390835a4f15a2d 100644
(file)
--- a/
src/glx/dri2_glx.c
+++ b/
src/glx/dri2_glx.c
@@
-34,7
+34,6
@@
#include <X11/Xlib.h>
#include <X11/extensions/Xfixes.h>
-#include <X11/extensions/Xdamage.h>
#include "glapi.h"
#include "glxclient.h"
#include <X11/extensions/dri2proto.h>