Commit graph

3 commits

Author SHA1 Message Date
Kristian Høgsberg
2df5d2f114 server: Make everything in the object hash a wl_resource 2011-08-18 17:53:50 -04:00
Kristian Høgsberg
936cd607a7 Use a callback object instead of ad-hoc lists for sync and frame events
So obvious in retrospect.  The object system can do all the work for us
and keep track of pending calls as regular objects and we don't need to
abuse the resource system to get them cleaned up on client exit.  We
don't need the custom key management or (broken) lookup, we just sue
object IDs.  And last but not least, anybody can receive the callback,
not just display listeners.
2011-08-16 22:33:40 -04:00
Kristian Høgsberg
4c260db68c Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
Renamed from wayland/wayland-server.c (Browse further)