summaryrefslogtreecommitdiff
path: root/syncconst.h
AgeCommit message (Collapse)Author
2018-01-30Move the headers under include/X11/...Adam Jackson
I kinda hate to do this, it was nice to have everything in one place. However, the meson build wants to be able to wrap this module as a dependency, and code that depends on these headers includes them in the form: #include <X11/Xfuncproto.h> As a result, any include path meson can construct needs to point to the root of a hierarchy that has the same path layout as an installed copy, hence this change. Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-12-03Initial Fence Sync supportJames Jones
Defines the protocol for creation and basic management of binary state sync objects. The following operations are defined: -Creation -Destruction -Trigger -Reset Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-08-22Fix XSyncValueSubtract typoEduard Bagrov
X.Org bug#23438 <http://bugs.freedesktop.org/show_bug.cgi?id=23438> Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-07-16Remove RCS tags.Peter Hutterer
2009-07-16sync: remove sync.h library header, split into syncconst.hPeter Hutterer
Rename syncstr.h to syncproto.h