Allocate client proxy automatically for new objects
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 29 Jun 2012 02:01:58 +0000 (22:01 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 29 Jun 2012 02:01:58 +0000 (22:01 -0400)
commit9de9e39f87adfce1ea9755e394928756254c0ba2
tree11dd0ac8e575e9042f439adcdeb42be256fc1325
parentc30ad0d9da08a95246471483bfc66410a4153564
Allocate client proxy automatically for new objects

When the server send a new object ID, the client used to have to allocate
the proxy manually and without type-safety.  We now allocate the proxy
in a client-side post-processing step on the incoming closure.
src/connection.c
src/scanner.c
src/wayland-client.c
src/wayland-server.c