]> Pileus Git - ~andy/gtk/commit
wayland: Port from wl_shell to wl_surface_shell
authorRob Bradford <rob@linux.intel.com>
Mon, 5 Dec 2011 15:55:37 +0000 (15:55 +0000)
committerRob Bradford <rob@linux.intel.com>
Mon, 5 Dec 2011 16:20:39 +0000 (16:20 +0000)
commitb917c2f0277ddee1e298a1e021a10ad90549794a
treeb9e086bacb6bd505185343eeb4250912d7d1c1b8
parentd80ff7b5f1489e4800ef926152c13f3503807e34
wayland: Port from wl_shell to wl_surface_shell

Previously all the commands that acted on the shell took the surface that was
to be acted on as parameter. Now we retrieve an object from the shell that
represents its state for the surface. With that wl_shell_surface object we can
then call methods on that.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkwindow-wayland.c