summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-12-13Add PresentFreeInput to release allocated event idsHEADmasterKeith Packard1-0/+20
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-13Add kind/mode to Complete, set pixmap in IdleKeith Packard1-0/+3
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 Packard1-0/+4
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 Packard1-7/+112
Add Idle and Redirect events, change PresentRegion to PresentPixmap, add capabilities Signed-off-by: Keith Packard <keithp@keithp.com>
2013-09-12Initial import of Xlib Present bindingKeith Packard2-0/+495
Signed-off-by: Keith Packard <keithp@keithp.com>