glamor: Fix the type for copyarea.

This commit is contained in:
Eric Anholt 2009-09-22 15:41:18 -07:00 committed by Zhigang Gong
parent c4343dfa0a
commit 800fd4f849

View File

@ -60,7 +60,7 @@ glamor_copy_n_to_n(DrawablePtr src,
box[i].y1 + dy - src_pixmap->screen_y,
box[i].x2 - box[i].x1,
box[i].y2 - box[i].y1,
GL_RGBA);
GL_COLOR);
}
fail: