glamor: remove gratuitous flush.
This commit is contained in:
parent
399e006989
commit
74f262bcdb
|
@ -94,8 +94,6 @@ glamor_solid(PixmapPtr pixmap, int x, int y, int width, int height,
|
||||||
glVertex2f(x2, y2);
|
glVertex2f(x2, y2);
|
||||||
glVertex2f(x2, y1);
|
glVertex2f(x2, y1);
|
||||||
glEnd();
|
glEnd();
|
||||||
|
|
||||||
glFlush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue