window: make display_create_surface() shm-only
authorPekka Paalanen <ppaalanen@gmail.com>
Mon, 19 Nov 2012 15:15:57 +0000 (17:15 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 19 Nov 2012 21:00:01 +0000 (16:00 -0500)
commit768117f90b5fa4f2d3eb16046e96ce55d48795b3
tree7386e36b6f3de70faa7323ebee63eabe0f645679
parent32127ca86d2b7ce1aec5a7c7077adcdd140df47a
window: make display_create_surface() shm-only

Nothing uses it to create EGL-surfaces outside of window.c. This makes
refactoring the EGL-based code easier, since we do not need to support
EGL-based Cairo surfaces without an associated struct window.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/window.c