summaryrefslogtreecommitdiff
path: root/include/GL/xmesa_x.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-04 16:20:38 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-04 16:20:38 +0000
commitff6031c2091b9a80af132a8459310a64c6de4feb (patch)
tree1bf38256b54eb7c044c9818ae9d6f5c525414ca1 /include/GL/xmesa_x.h
parentf753320f0fd2be61c0fa99cffb1c3e5107109c4e (diff)
remove some unneeded macros
Diffstat (limited to 'include/GL/xmesa_x.h')
-rw-r--r--include/GL/xmesa_x.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/GL/xmesa_x.h b/include/GL/xmesa_x.h
index 8c4e41e545..1455c88adb 100644
--- a/include/GL/xmesa_x.h
+++ b/include/GL/xmesa_x.h
@@ -30,6 +30,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* Authors:
* Kevin E. Martin <kevin@precisioninsight.com>
*
+ * When we're building the XMesa driver for stand-alone Mesa we
+ * include this file when building the xm_*.c files.
+ * We need to define some types and macros differently when building
+ * in the Xserver vs. stand-alone Mesa.
*/
#ifndef _XMESA_X_H_
@@ -55,19 +59,14 @@ typedef XColor XMesaColor;
#define XMesaSetBackground XSetBackground
#define XMesaSetPlaneMask XSetPlaneMask
#define XMesaSetFunction XSetFunction
-#define XMesaSetDashes XSetDashes
-#define XMesaSetLineAttributes XSetLineAttributes
#define XMesaSetFillStyle XSetFillStyle
#define XMesaSetTile XSetTile
-#define XMesaSetStipple XSetStipple
#define XMesaDrawPoint XDrawPoint
#define XMesaDrawPoints XDrawPoints
-#define XMesaDrawLine XDrawLine
#define XMesaFillRectangle XFillRectangle
#define XMesaPutImage XPutImage
#define XMesaCopyArea XCopyArea
-#define XMesaFillPolygon XFillPolygon
#define XMesaCreatePixmap XCreatePixmap
#define XMesaFreePixmap XFreePixmap