summaryrefslogtreecommitdiff
path: root/composite.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-10-29Sun's copyrights now belong to OracleAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15Purge CVS/RCS $Id$ tagsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2007-07-03Define new manual-redirect clipping semantics and bump version to 0.4.Keith Packard
Manual-redirect windows no longer clip their parents, nor do they affect expose event computation. This makes it possible to create application-level composited windows which can be damaged by other window manipulations. This patch also removes the coordinate transformation stuff which was never released.
2006-03-31Sync'd with modular proto/Composite (Version 0.3 definitions).Deron
Also changed CTR definitions to Version 0.4 and increased the request numbers to be above those of Version 0.3.
2006-02-24Add coordinate transform redirect protocol bitsKeith Packard
2004-07-08Add NameWindowPixmap request. Bump protocol to 0.2Keith Packard
2003-11-07Add update mode to Unredirect requests so clients can redirect multiple ↵Keith Packard
times (and then unredirect) Add CompositeNumberRequests Fix some typeos
2003-11-05Change name from Apportion to Composite Clarify that root cannot be ↵Keith Packard
redirected. Add more error values.
2003-10-30autofoo Add protocol headers Use enum for update mode instead of boolKeith Packard