diff options
author | Brian Paul <[email protected]> | 2000-02-25 20:31:11 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-25 20:31:11 +0000 |
commit | 9f9de170f22f4bc7fc6a31406842fa32b4a92ade (patch) | |
tree | a39363da80eb9217d73565db39ac8220213fad99 /include/GL/xmesa_x.h | |
parent | f9db0039b161759892e5e9b04334de89ab448811 (diff) |
removed the GET_BITS_PER_PIXEL macro
Diffstat (limited to 'include/GL/xmesa_x.h')
-rw-r--r-- | include/GL/xmesa_x.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/GL/xmesa_x.h b/include/GL/xmesa_x.h index c9bb17a53f7..d5fb399b446 100644 --- a/include/GL/xmesa_x.h +++ b/include/GL/xmesa_x.h @@ -30,7 +30,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * Authors: * Kevin E. Martin <[email protected]> * - * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/include/GL/xmesa_x.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ + * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/include/GL/xmesa_x.h,v 1.2 2000/02/25 20:31:11 brianp Exp $ */ #ifndef _XMESA_X_H_ @@ -78,7 +78,6 @@ typedef XColor XMesaColor; #define GET_REDMASK(__v) __v->visinfo->red_mask #define GET_GREENMASK(__v) __v->visinfo->green_mask #define GET_BLUEMASK(__v) __v->visinfo->blue_mask -#define GET_BITS_PER_PIXEL(__v) bits_per_pixel(__v->display, __v->visinfo) #if defined(__cplusplus) || defined(c_plusplus) #define GET_VISUAL_CLASS(__v) __v->visinfo->c_class #else |