egl_softpipe: Remove the unnecessary call to _eglSwapBuffers.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 5 Jan 2010 13:39:15 +0000 (21:39 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 10 Jan 2010 17:06:47 +0000 (01:06 +0800)
commit064242ae9f26bf64c84fe4a30a750bf7963e265c
tree7d749adc49064153a1b47ade5b2afc8bee2af7bf
parentcdc11056deaf2ea4a6b8f834f7074dce7b49d9b1
egl_softpipe: Remove the unnecessary call to _eglSwapBuffers.

The call to _eglSwapBuffers is unnecessary, and the function is missing
when -fvisibility=hidden.  Also remove the extraneous braces and indent
the block.
src/gallium/winsys/egl_xlib/egl_xlib.c