| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move private definitions and prototypes to new wayland-private.h | Kristian Høgsberg | 2011-11-18 | 1 | -70/+0 |
| | | |||||
| * | Introduce wl_resource_queue_event() for sending events later | Kristian Høgsberg | 2011-11-17 | 1 | -0/+2 |
| | | | | | | | | | | | Some events, such as the display.delete_id, aren't very urgent and we would like to not always send them immdiately and cause an unnecessary context switch. The wl_resource_queue_event() function will place the event in the connection output buffer but not request the main loop to poll for writable. The effect is that the event will just sit in the output buffer until a more important event comes around and requires flushing. | ||||
| * | Store objects in wl_map data structure | Kristian Høgsberg | 2011-08-27 | 1 | -1/+1 |
| | | | | | | The wl_map data structure is just an array with a free-list that lets the client recycle unused client IDs and keep range of client IDs under control. | ||||
| * | Rename source subdir from wayland to src | Kristian Høgsberg | 2011-08-12 | 1 | -0/+68 |
