From 7d5656bee7d3e0c4ba54005c7af6f59f4bf8aea0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 1 Sep 2001 20:23:25 +0000 Subject: prototype work for Pbuffer support --- src/mesa/drivers/x11/xmesaP.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/x11/xmesaP.h') diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h index 6d917849af..6ff7ae597f 100644 --- a/src/mesa/drivers/x11/xmesaP.h +++ b/src/mesa/drivers/x11/xmesaP.h @@ -1,4 +1,4 @@ -/* $Id: xmesaP.h,v 1.23 2001/05/29 19:48:47 brianp Exp $ */ +/* $Id: xmesaP.h,v 1.24 2001/09/01 20:23:25 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -147,6 +147,7 @@ struct xmesa_buffer { XMesaContext xm_context; /* the context associated with this buffer */ XMesaDisplay *display; GLboolean pixmap_flag; /* is the buffer a Pixmap? */ + GLboolean pbuffer_flag; /* is the buffer a Pbuffer? */ XMesaDrawable frontbuffer; /* either a window or pixmap */ XMesaPixmap backpixmap; /* back buffer Pixmap */ XMesaImage *backimage; /* back buffer simulated XImage */ -- cgit v1.2.3