[Lunar-commits] r20589 - in moonbase/trunk/zbeta/xorg-7.0/x11-proto: kbproto printproto randrproto recordproto renderproto resourceproto scrnsaverproto trapproto
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Jun 30 03:33:19 UTC 2006
Author: v3rt1g0
Date: 2006-06-30 03:33:18 +0000 (Fri, 30 Jun 2006)
New Revision: 20589
Modified:
moonbase/trunk/zbeta/xorg-7.0/x11-proto/kbproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/printproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/randrproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/recordproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/renderproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/resourceproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/scrnsaverproto/DETAILS
moonbase/trunk/zbeta/xorg-7.0/x11-proto/trapproto/DETAILS
Log:
well, got around to providing a bit better descriptions for a few
more modules before being called away.
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/kbproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/kbproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/kbproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,12 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org XKEYBOARD protocol headers"
+
cat << EOF
+kbproto provides the wire protocol for the XKEYBAORD extension in
+X.Org. It is used to control all manner of options related to
+keyboard handling and layout in particular. It does not control the
+addition/enabling/disabling of keyboard however, that is done with the
+XINPUT extension.
EOF
-
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/printproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/printproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/printproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,8 +7,9 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org Xprint protocol headers"
cat << EOF
-
+printproto provides the wire protocol for the Xprint extension in
+X.Org.
EOF
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/randrproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/randrproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/randrproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060121
- SHORT=""
+ SHORT="the X.Org RandR protocol headers"
+
cat << EOF
+randrproto provides the wire protocol for the RandR extension in X.Org.
+It is used to change display properties such as resolution, rotation,
+and reflection on the fly.
EOF
-
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/recordproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/recordproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/recordproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,9 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org Record protocol headers"
+
cat << EOF
+recordproto provides the wire protocol for the Record extension in
+X.Org. It is used to record and play back event sequences.
EOF
-
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/renderproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/renderproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/renderproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,9 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org Render protocol headers"
+
cat << EOF
+renderproto provides the wire protocol for the Render extension in
+X.Org. It is ued to implement Porter-Duff operations within X.
EOF
-
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/resourceproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/resourceproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/resourceproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org Resource protocol headers"
+
cat << EOF
+resourceproto provides the wire protocol for the Resource extension in
+X.Org. It is used to measure resource usage from clients with the X
+server.
EOF
-
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/scrnsaverproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/scrnsaverproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/scrnsaverproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,10 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org MIT-SCREEN-SAVER protocol headers"
+
cat << EOF
+scrnsaverproto provides the wire protocol for the MIT-SCREEN-SAVER
+extension in X.Org. It is used to notify the server of client screen
+saver events.
EOF
-
Modified: moonbase/trunk/zbeta/xorg-7.0/x11-proto/trapproto/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xorg-7.0/x11-proto/trapproto/DETAILS 2006-06-30 03:15:19 UTC (rev 20588)
+++ moonbase/trunk/zbeta/xorg-7.0/x11-proto/trapproto/DETAILS 2006-06-30 03:33:18 UTC (rev 20589)
@@ -7,7 +7,9 @@
WEB_SITE=http://www.x.org/
ENTERED=20060120
UPDATED=20060120
- SHORT=""
+ SHORT="the X.Org DEC-XTRAP protocol headers"
+
cat << EOF
+trapproto provides the wire protocol for the DEC-XTRAP extension in
+X.Org. It is used to synthesise input events.
EOF
-
More information about the Lunar-commits
mailing list