window: merge struct surface_data into shm_surface_data
authorPekka Paalanen <ppaalanen@gmail.com>
Mon, 19 Nov 2012 13:32:50 +0000 (15:32 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 19 Nov 2012 20:55:26 +0000 (15:55 -0500)
commit0c6a34378a3ef17090132d34395a6ff829d01548
tree5533b533d52229d631dd04e979a37a8515e60d13
parentf86504c881176779df38de6f1ad23ac0d2859a9f
window: merge struct surface_data into shm_surface_data

Struct surface_data was not really useful, and it definitely was not
used with EGL-based windows.

This also fixes a semantic mistake, where struct shm_surface_data was
put into cairo_surface_t private, but got out as struct surface_data
instead. Due to struct layout, however, this did not cause a real bug.

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