st/glx: Fix an infinite recursion in flush_front.
It was a stupid typo by me when I refactored the code.
This commit is contained in:
@@ -186,7 +186,7 @@ xmesa_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi,
|
||||
struct xmesa_st_framebuffer *xstfb = xmesa_st_framebuffer(stfbi);
|
||||
boolean ret;
|
||||
|
||||
ret = xmesa_st_framebuffer_flush_front(stfbi, statt);
|
||||
ret = xmesa_st_framebuffer_display(stfbi, statt);
|
||||
if (ret)
|
||||
xmesa_check_buffer_size(xstfb->buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user