wayland/src
Kristian Høgsberg 3a1e6df39a Add display event to acknowledge ID deletion
We need to make sure the client doesn't reuse an object ID until the
server has seen the destroy request.  When a client destroys an ID
the server will now respond with the display.delete_id event, which lets
the client block reuse until it receives the event.
2011-11-17 17:37:52 -05:00
..
.gitignore Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
connection.c Add display event to acknowledge ID deletion 2011-11-17 17:37:52 -05:00
connection.h Store objects in wl_map data structure 2011-08-27 12:06:11 -04:00
event-loop.c event-loop: Fix idle handler dispatch corner case 2011-10-29 14:27:33 -04:00
Makefile.am Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
scanner.c scanner: Check name == NULL for enum entries 2011-10-31 11:21:38 -04:00
scanner.mk Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
wayland-client.c Add display event to acknowledge ID deletion 2011-11-17 17:37:52 -05:00
wayland-client.h Add back get/set user data wrappers for wl_display 2011-09-04 09:51:44 -04:00
wayland-client.pc.in Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
wayland-egl.h Remove the wl_visual interface 2011-08-31 18:34:21 -04:00
wayland-hash.c hash: Improve double hashing 2011-11-15 10:15:48 -05:00
wayland-server.c Add display event to acknowledge ID deletion 2011-11-17 17:37:52 -05:00
wayland-server.h Rename motion_grab to implicit_grab 2011-09-06 18:12:43 -04:00
wayland-server.pc.in Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
wayland-shm.c server: Make error posting functions take a resource instead of a client 2011-09-01 09:53:33 -04:00
wayland-util.c util: Add wl_list_insert_list() 2011-11-15 13:48:41 -05:00
wayland-util.h Add display event to acknowledge ID deletion 2011-11-17 17:37:52 -05:00