[xserver-commit] xserver/hw/kdrive/ati ati_draw.c,1.5.2.1,1.5.2.2
Eric Anholt
xserver-commit@pdx.freedesktop.org
Tue, 09 Dec 2003 21:01:31 -0800
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/home/anholt/xserver-dri/hw/kdrive/ati
Modified Files:
Tag: dri-0-1-branch
ati_draw.c
Log Message:
Add missing kaaDrawFini to ATI driver.
Index: ati_draw.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_draw.c,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- ati_draw.c 1 Dec 2003 22:56:06 -0000 1.5.2.1
+++ ati_draw.c 10 Dec 2003 05:01:29 -0000 1.5.2.2
@@ -439,6 +439,8 @@
if (atis->using_dri)
ATIDRICloseScreen(pScreen);
#endif /* USE_DRI */
+
+ kaaDrawFini(pScreen);
}
void