commit | ec2b32f49bf1692448633b1217a80a2afdda3742 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Mon Nov 28 15:12:34 2011 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Dec 04 14:54:40 2011 -0500 |
tree | a942e88830300b4145f62802340e745f7001bc2c | |
parent | 068ae944db2975e2d5001c08e981e420871af1bd [diff] |
compositor: eliminate wlsc_surface::shell_priv Remove shell_priv member from wlsc_surface, and replace it by a search through the wl_surface destroy_listener_list. This technique avoids any "extension" members in the wlsc_surface structure. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>