window.c: Don't allocate proxy manually
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 29 Jun 2012 02:04:06 +0000 (22:04 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 29 Jun 2012 02:04:06 +0000 (22:04 -0400)
commit8733b33f9fcc3173cc9211feb0d84d6994fdc606
tree764ec89f35a82e5a1a2a70c71fd9b2e9d80a8183
parent29784402e137a9af26d658a6597f03ad5c6a049d
window.c: Don't allocate proxy manually

With the wayland change to automatically allocate the client side proxy
manually, we can now drop the code (and the FIXME) that did that and just
receive the proxy from the callback arguments.
clients/window.c