summaryrefslogtreecommitdiffstats
path: root/wayland-util.h
Commit message (Collapse)AuthorAgeFilesLines
* Include the currently pressed keys in keyboard focus event.Kristian Høgsberg2009-02-231-0/+9
|
* Track objects client side using a hash too.Kristian Høgsberg2008-12-221-1/+26
| | | | | This leads up to using the demarshal machinery for decoding events in the client library.
* Advertise globals using a new display event.Kristian Høgsberg2008-12-211-0/+2
|
* Make sure we initialize object hash.Kristian Høgsberg2008-12-121-5/+4
| | | | This patch also move the hash implementation details to wayland-util.c.
* Put Wayland under the MIT license.Kristian Høgsberg2008-12-021-0/+22
|
* Generalize event loop a bit and pull in the timerfd stuff.Kristian Høgsberg2008-11-281-0/+1
|
* Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg2008-11-241-0/+37
This pulls in a bit of extra infrastructure for discovering adertised objects on the client side.