Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit merge xorgproto 2019.1 and encodings 1.0.5



details:   https://anonhg.NetBSD.org/xsrc/rev/8d2ae54cad9b
branches:  trunk
changeset: 10305:8d2ae54cad9b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 08 19:58:13 2019 +0000

description:
merge xorgproto 2019.1 and encodings 1.0.5

diffstat:

 external/mit/encodings/dist/README                              |    24 -
 external/mit/xorgproto/dist/COPYING-panoramixproto              |    12 -
 external/mit/xorgproto/dist/README                              |    41 -
 external/mit/xorgproto/dist/include/X11/extensions/randrproto.h |  1009 +++++----
 4 files changed, 505 insertions(+), 581 deletions(-)

diffs (truncated from 1645 to 300 lines):

diff -r 16d90d251ec7 -r 8d2ae54cad9b external/mit/encodings/dist/README
--- a/external/mit/encodings/dist/README        Mon Jul 08 19:56:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
-        http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/font/encodings
-
-        http://cgit.freedesktop.org/xorg/font/encodings
-
-For patch submission instructions, see:
-
-       http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
-        http://wiki.x.org/wiki/GitPage
-
diff -r 16d90d251ec7 -r 8d2ae54cad9b external/mit/xorgproto/dist/COPYING-panoramixproto
--- a/external/mit/xorgproto/dist/COPYING-panoramixproto        Mon Jul 08 19:56:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-This is a stub file.  This package has not yet had its complete licensing
-information compiled.  Please see the individual source files for details on
-your rights to use and modify this software.
-
-Please submit updated COPYING files to the Xorg bugzilla:
-
-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-All licensing questions regarding this software should be directed at the
-Xorg mailing list:
-
-http://lists.freedesktop.org/mailman/listinfo/xorg
diff -r 16d90d251ec7 -r 8d2ae54cad9b external/mit/xorgproto/dist/README
--- a/external/mit/xorgproto/dist/README        Mon Jul 08 19:56:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-               X Window System Unified Protocol
-
-This package provides the headers and specification documents defining
-the core protocol and (many) extensions for the X Window System. The
-extensions are those common among servers descended from X.Org 6.7. It
-also includes a number of headers that aren't purely protocol related,
-but are depended upon by many other X Window System packages to provide
-common definitions and porting layer.
-
-Though the protocol specifications herein are authoritative, the
-content of the headers is bound by compatibility constraints with older
-versions of the X11 suite. If you are looking for a machine-readable
-protocol description suitable for code generation or use in new
-projects, please refer to the XCB project:
-
-        https://xcb.freedesktop.org/
-        https://cgit.freedesktop.org/xcb/proto
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
-        http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/proto/xorgproto
-
-        http://cgit.freedesktop.org/xorg/proto/xorgproto
-
-For patch submission instructions, see:
-
-       http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
-        http://wiki.x.org/wiki/GitPage
-
diff -r 16d90d251ec7 -r 8d2ae54cad9b external/mit/xorgproto/dist/include/X11/extensions/randrproto.h
--- a/external/mit/xorgproto/dist/include/X11/extensions/randrproto.h   Mon Jul 08 19:56:09 2019 +0000
+++ b/external/mit/xorgproto/dist/include/X11/extensions/randrproto.h   Mon Jul 08 19:58:13 2019 +0000
@@ -65,49 +65,49 @@
  */
 
 typedef struct {
-    CARD16 widthInPixels B16;
-    CARD16 heightInPixels B16;
-    CARD16 widthInMillimeters B16;
-    CARD16 heightInMillimeters B16;
+    CARD16 widthInPixels;
+    CARD16 heightInPixels;
+    CARD16 widthInMillimeters;
+    CARD16 heightInMillimeters;
 } xScreenSizes;
 #define sz_xScreenSizes 8
 
-/* 
+/*
  * requests and replies
  */
 
 typedef struct {
     CARD8   reqType;
     CARD8   randrReqType;
-    CARD16  length B16;
-    CARD32  majorVersion B32;
-    CARD32  minorVersion B32;
+    CARD16  length;
+    CARD32  majorVersion;
+    CARD32  minorVersion;
 } xRRQueryVersionReq;
 #define sz_xRRQueryVersionReq   12
 
 typedef struct {
     BYTE    type;   /* X_Reply */
     BYTE    pad1;
-    CARD16  sequenceNumber B16;
-    CARD32  length B32;
-    CARD32  majorVersion B32;
-    CARD32  minorVersion B32;
-    CARD32  pad2 B32;
-    CARD32  pad3 B32;
-    CARD32  pad4 B32;
-    CARD32  pad5 B32;
+    CARD16  sequenceNumber;
+    CARD32  length;
+    CARD32  majorVersion;
+    CARD32  minorVersion;
+    CARD32  pad2;
+    CARD32  pad3;
+    CARD32  pad4;
+    CARD32  pad5;
 } xRRQueryVersionReply;
 #define sz_xRRQueryVersionReply        32
 
 typedef struct {
     CARD8   reqType;
     CARD8   randrReqType;
-    CARD16  length B16;
-    Window  window B32;
+    CARD16  length;
+    Window  window;
 } xRRGetScreenInfoReq;
 #define sz_xRRGetScreenInfoReq   8
 
-/* 
+/*
  * the xRRScreenInfoReply structure is followed by:
  *
  * the size information
@@ -117,68 +117,68 @@
 typedef struct {
     BYTE    type;   /* X_Reply */
     BYTE    setOfRotations;
-    CARD16  sequenceNumber B16;
-    CARD32  length B32;
-    Window  root B32;
-    Time    timestamp B32;
-    Time    configTimestamp B32;
-    CARD16  nSizes B16;
-    SizeID  sizeID B16;
-    Rotation  rotation B16;
-    CARD16  rate B16;
-    CARD16  nrateEnts B16;
-    CARD16  pad B16;
+    CARD16  sequenceNumber;
+    CARD32  length;
+    Window  root;
+    Time    timestamp;
+    Time    configTimestamp;
+    CARD16  nSizes;
+    SizeID  sizeID;
+    Rotation  rotation;
+    CARD16  rate;
+    CARD16  nrateEnts;
+    CARD16  pad;
 } xRRGetScreenInfoReply;
 #define sz_xRRGetScreenInfoReply       32
 
 typedef struct {
     CARD8    reqType;
     CARD8    randrReqType;
-    CARD16   length B16;
-    Drawable drawable B32;
-    Time     timestamp B32;
-    Time     configTimestamp B32;
-    SizeID   sizeID B16;
-    Rotation rotation B16;
+    CARD16   length;
+    Drawable drawable;
+    Time     timestamp;
+    Time     configTimestamp;
+    SizeID   sizeID;
+    Rotation rotation;
 } xRR1_0SetScreenConfigReq;
 #define sz_xRR1_0SetScreenConfigReq   20
 
 typedef struct {
     CARD8    reqType;
     CARD8    randrReqType;
-    CARD16   length B16;
-    Drawable drawable B32;
-    Time     timestamp B32;
-    Time     configTimestamp B32;
-    SizeID   sizeID B16;
-    Rotation rotation B16;
-    CARD16   rate B16;
-    CARD16   pad B16;
+    CARD16   length;
+    Drawable drawable;
+    Time     timestamp;
+    Time     configTimestamp;
+    SizeID   sizeID;
+    Rotation rotation;
+    CARD16   rate;
+    CARD16   pad;
 } xRRSetScreenConfigReq;
 #define sz_xRRSetScreenConfigReq   24
 
 typedef struct {
     BYTE    type;   /* X_Reply */
     CARD8   status;
-    CARD16  sequenceNumber B16;
-    CARD32  length B32;
-    Time    newTimestamp B32;  
-    Time    newConfigTimestamp B32;
+    CARD16  sequenceNumber;
+    CARD32  length;
+    Time    newTimestamp;
+    Time    newConfigTimestamp;
     Window  root;
-    CARD16  subpixelOrder B16;
-    CARD16  pad4 B16;
-    CARD32  pad5 B32;
-    CARD32  pad6 B32;
+    CARD16  subpixelOrder;
+    CARD16  pad4;
+    CARD32  pad5;
+    CARD32  pad6;
 } xRRSetScreenConfigReply;
 #define sz_xRRSetScreenConfigReply 32
 
 typedef struct {
     CARD8   reqType;
     CARD8   randrReqType;
-    CARD16  length B16;
-    Window  window B32;
-    CARD16  enable B16;
-    CARD16  pad2 B16;
+    CARD16  length;
+    Window  window;
+    CARD16  enable;
+    CARD16  pad2;
 } xRRSelectInputReq;
 #define sz_xRRSelectInputReq   12
 
@@ -187,385 +187,385 @@
  */
 
 typedef struct _xRRModeInfo {
-    RRMode             id B32;
-    CARD16             width B16;
-    CARD16             height B16;
-    CARD32             dotClock B32;
-    CARD16             hSyncStart B16;
-    CARD16             hSyncEnd B16;
-    CARD16             hTotal B16;
-    CARD16             hSkew B16;
-    CARD16             vSyncStart B16;
-    CARD16             vSyncEnd B16;
-    CARD16             vTotal B16;
-    CARD16             nameLength B16;
-    RRModeFlags                modeFlags B32;
+    RRMode             id;
+    CARD16             width;
+    CARD16             height;
+    CARD32             dotClock;
+    CARD16             hSyncStart;
+    CARD16             hSyncEnd;
+    CARD16             hTotal;
+    CARD16             hSkew;
+    CARD16             vSyncStart;
+    CARD16             vSyncEnd;
+    CARD16             vTotal;
+    CARD16             nameLength;
+    RRModeFlags                modeFlags;
 } xRRModeInfo;
 #define sz_xRRModeInfo             32
 



Home | Main Index | Thread Index | Old Index