From d50038590f72f02bc95712d8a4c37654f6d05a64 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 16 Dec 2010 23:15:19 -0800 Subject: spec: Fix section titles/nesting Signed-off-by: Alan Coopersmith --- specs/saver.xml | 57 +++++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/specs/saver.xml b/specs/saver.xml index 93b5229..45d3684 100644 --- a/specs/saver.xml +++ b/specs/saver.xml @@ -39,9 +39,7 @@ implied warranty. - -TITLE - + Introduction The X Window System provides support for changing the image on a display screen @@ -61,9 +59,9 @@ particular, such users often wish to be able to display corporate logos, instructions on how to reactivate the screen, and automatic screen-locking utilities. This extension provides a means for writing such clients. - + - + Assumptions This extension exports the notion of a special screen saver window that is @@ -73,9 +71,9 @@ the window manager. Furthermore, the X identifier for the window is never returned by QueryTree requests on the root window, so it is typically not visible to other clients. - + - + Overview The core @@ -106,9 +104,9 @@ id for the screen saver window and setting the attributes (e.g. size, location, visual, colormap) to be used when the window is mapped. These requirements form the basis of this extension. - + - + Issues This extension raises several interesting issues. First is the question of @@ -130,15 +128,15 @@ it is not mapped so that it need not be avoided during event delivery. Thus, screen saver clients may find that the requests that reference the screen saver window may fail when the window is not displayed. - + - + Protocol The Screen Saver extension is as follows: - + Types In adition to the comon types described in the core protocol, the following @@ -164,16 +162,16 @@ type is used in the request and event definitions in subsequent sections. - + - + Errors The Screen Saver extension adds no errors beyond the core protocol. - + - + Requests The Screen Saver extension adds the following requests: @@ -464,9 +462,9 @@ deactivation. This request is ignored if the client has not previously set the screen saver window attributes. - + - + Events The Screen Saver extension adds one event: @@ -550,10 +548,10 @@ when the screen saver was activated, as described in The time field indicates the server time when the event was generated. - + - + Encoding Please refer to the X11 Protocol Encoding document as this document uses @@ -563,16 +561,16 @@ conventions established there. The name of this extension is "SCREEN-SAVER". - + Common Types SETofSCREENSAVEREVENT #x00000001 ScreenSaverNotifyMask #x00000002 ScreenSaverCycleMask - + - + Requests ScreenSaverQueryVersion @@ -649,9 +647,9 @@ SETofSCREENSAVEREVENT 2 3 request length 4 DRAWABLE drawable associated with screen - + - + Events @@ -672,10 +670,10 @@ SETofSCREENSAVEREVENT 1 BOOL forced 14 unused - + - + Inter-Client Communications Conventions Screen saver clients should create at least one resource value whose @@ -691,9 +689,9 @@ resource and should be one of the following: FONT, or COLORMAP. - + - + C language binding @@ -930,6 +928,5 @@ is encountered or if the property does not exist or is not of the correct format; otherwise it returns non-zero. - -- cgit v1.2.1