summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xlib/old_xmesa_x.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-01-08 15:23:51 +0000
committerKeith Whitwell <keithw@vmware.com>2009-01-08 15:35:35 +0000
commit153b4d5cdd934812d8c24ef10bb8bbbe852eaf62 (patch)
tree1b3280e07bb6ed0d14a43274971b9572dccd3fa6 /src/gallium/state_trackers/xlib/old_xmesa_x.h
parenta129c7268acc5a36852fcb006391e1f4b51ce7e1 (diff)
xlib: remove some XMesa types, just use the native Xlib ones
Diffstat (limited to 'src/gallium/state_trackers/xlib/old_xmesa_x.h')
-rw-r--r--src/gallium/state_trackers/xlib/old_xmesa_x.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gallium/state_trackers/xlib/old_xmesa_x.h b/src/gallium/state_trackers/xlib/old_xmesa_x.h
index 865bab4313..75e5cec38b 100644
--- a/src/gallium/state_trackers/xlib/old_xmesa_x.h
+++ b/src/gallium/state_trackers/xlib/old_xmesa_x.h
@@ -39,16 +39,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef _XMESA_X_H_
#define _XMESA_X_H_
-typedef Display XMesaDisplay;
-typedef Pixmap XMesaPixmap;
-typedef Colormap XMesaColormap;
-typedef Drawable XMesaDrawable;
-typedef Window XMesaWindow;
-typedef GC XMesaGC;
-typedef XVisualInfo *XMesaVisualInfo;
-typedef XImage XMesaImage;
-typedef XPoint XMesaPoint;
-typedef XColor XMesaColor;
#define XMesaDestroyImage XDestroyImage