diff options
author | ajosey <ajosey> | 2005-04-21 09:40:42 +0000 |
---|---|---|
committer | ajosey <ajosey> | 2005-04-21 09:40:42 +0000 |
commit | e1ddbede83bae4fda749e948e45d1b49891790a0 (patch) | |
tree | 60da6c6400e21a1b1d04f081d14abab76b175ec7 /xts5/include/XstDisplay.h | |
parent | 7eb8423433eb166fabdce3ecff82d0da29e36642 (diff) |
resync to VSW5.1.5
Diffstat (limited to 'xts5/include/XstDisplay.h')
-rw-r--r-- | xts5/include/XstDisplay.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/xts5/include/XstDisplay.h b/xts5/include/XstDisplay.h index e64869f4..62acd771 100644 --- a/xts5/include/XstDisplay.h +++ b/xts5/include/XstDisplay.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/XstDisplay.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/XstDisplay.h,v 1.2 2005-04-21 09:40:42 ajosey Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. @@ -34,8 +34,11 @@ SOFTWARE. * * Modifications: * $Log: XstDisplay.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-04-21 09:40:42 ajosey +* resync to VSW5.1.5 +* +* Revision 8.1 1999/04/03 01:23:22 mar +* req.4.W.00136: add low-level BigRequests support to Xlib-less connections * * Revision 8.0 1998/12/23 23:23:29 mar * Branch point for Release 5.0.2 @@ -285,6 +288,7 @@ typedef struct _XstDisplay { */ Bool (*event_vec[128])(); /* vector for wire to event */ Status (*wire_vec[128])(); /* vector for event to wire */ + unsigned long bigreq_size; /* max size of big requests */ #ifdef NotRequired KeySym lock_meaning; /* for XLookupString */ struct XKeytrans *key_bindings; /* for XLookupString */ |