shell: add private surface struct
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 23 Nov 2011 14:14:12 +0000 (16:14 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Wed, 23 Nov 2011 14:14:12 +0000 (16:14 +0200)
commit56cdea96f067782b69e90573c7ec0dec3a9eb166
tree2dcfb20572697f8c812c365c066998a895507c5b
parent02453dd699291cd6ef8f3e06ab24878cac9cc2aa
shell: add private surface struct

Add a pointer to wlsc_surface for shell-private data. This is a
temporary solution.

Add struct shell_surface, where you can add any shell-private data
members related to a wlsc_surface. The getter function takes care of
creating the private data if it does not exist yet.

Not used anywhere yet.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
compositor/compositor.c
compositor/compositor.h
compositor/shell.c