egl/wl,x11: Call dri2_swap_interval() statically
authorChad Versace <chad.versace@linux.intel.com>
Tue, 28 Jan 2014 00:42:10 +0000 (16:42 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Mon, 17 Mar 2014 22:36:03 +0000 (15:36 -0700)
commita218765478e5207f4337406d98865c6b5cf3784e
treef37d95284dbcd13de3778298b4041bf011f94338
parentd019cd81b566649e9dbe157266f70841a10e00fa
egl/wl,x11: Call dri2_swap_interval() statically

Don't call it through the driver dispatch table. Just call it
statically.

This prepares for the EGL platform extensions.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/egl/drivers/dri2/platform_wayland.c
src/egl/drivers/dri2/platform_x11.c