summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/X/xmesaP.h
diff options
context:
space:
mode:
authoralanh <alanh>2002-02-21 11:42:58 +0000
committeralanh <alanh>2002-02-21 11:42:58 +0000
commit2d199d5213980b750d501173dd77ba197e3d630d (patch)
tree4486743646aea7423d4720f51320355d5c0f0db6 /xc/extras/Mesa/src/X/xmesaP.h
parent8ff570ee91379ead89e7b9141cdedda23ca60de9 (diff)
merge in current Mesa-4.0.x branch code
Diffstat (limited to 'xc/extras/Mesa/src/X/xmesaP.h')
-rw-r--r--xc/extras/Mesa/src/X/xmesaP.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/X/xmesaP.h b/xc/extras/Mesa/src/X/xmesaP.h
index fe4e41765..037b28a5f 100644
--- a/xc/extras/Mesa/src/X/xmesaP.h
+++ b/xc/extras/Mesa/src/X/xmesaP.h
@@ -1,10 +1,10 @@
-/* $Id: xmesaP.h,v 1.15 2002/02/14 01:59:36 dawes Exp $ */
+/* $Id: xmesaP.h,v 1.16 2002/02/21 11:43:06 alanh Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0.2
*
- * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -190,6 +190,7 @@ struct xmesa_buffer {
XMesaGC gc; /* scratch GC for span, line, tri drawing */
XMesaGC cleargc; /* GC for clearing the color buffer */
+ XMesaGC swapgc; /* GC for swapping the color buffers */
/* The following are here instead of in the XMesaVisual
* because they depend on the window's colormap.