summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-13Add PresentFreeInput to release allocated event idsHEADmasterKeith Packard2-0/+25
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-13Add kind/mode to Complete, set pixmap in IdleKeith Packard2-0/+5
Fix a couple of event issues noticed by Fredrik Höglund -- XPresentCompleteNotifyEvent was missing kind and mode fields, and the pixmap field was never getting set in the XPresentIdleNotifyEvent. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-13Elide redirect stuff.Keith Packard2-0/+8
This isn't part of the 1.0 specification, so remove it from the current API. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-10Update to protocol version 1.0Keith Packard2-10/+183
Add Idle and Redirect events, change PresentRegion to PresentPixmap, add capabilities Signed-off-by: Keith Packard <keithp@keithp.com>
2013-09-12Add .gitignoreKeith Packard1-0/+78
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-09-12Initial import of Xlib Present bindingKeith Packard12-0/+904
Signed-off-by: Keith Packard <keithp@keithp.com>