remove dependency on EGL_KHR_surfaceless_context
authorAdrian Negreanu <adrian.m.negreanu@intel.com>
Mon, 12 Aug 2013 07:07:59 +0000 (10:07 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 12 Aug 2013 23:54:10 +0000 (16:54 -0700)
commit6d14b14147ca06d6ba6ba00fa0f72ff10a18a5aa
treee6ac308de4bbadc1e23336a8d5a7a6b46edd782d
parent880ebc7ed9c16fc3aa4c1cf0601909c72a9348e9
remove dependency on EGL_KHR_surfaceless_context

cairo_egl_device_create(), which is called next,
already checks if EGL_KHR_surfaceless_context is
available. If not, it fallbacks to pbuffer.

Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
clients/window.c