diff options
author | Brian Paul <[email protected]> | 2006-03-30 14:20:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-30 14:20:26 +0000 |
commit | 8ea3353ec3fa29f0eb2269b54fff6834f97a8c08 (patch) | |
tree | 471a001405acd53d2ffef37da8b3961b16d0fbd3 /include/GL/xmesa_x.h | |
parent | 87af12dbdcb078b95391d57dabe53ce17b19f651 (diff) |
XMesaDrawLine macro, not currently used
Diffstat (limited to 'include/GL/xmesa_x.h')
-rw-r--r-- | include/GL/xmesa_x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/xmesa_x.h b/include/GL/xmesa_x.h index 1455c88adbc..721d8b51070 100644 --- a/include/GL/xmesa_x.h +++ b/include/GL/xmesa_x.h @@ -64,6 +64,7 @@ typedef XColor XMesaColor; #define XMesaDrawPoint XDrawPoint #define XMesaDrawPoints XDrawPoints +#define XMesaDrawLine XDrawLine #define XMesaFillRectangle XFillRectangle #define XMesaPutImage XPutImage #define XMesaCopyArea XCopyArea |