From 27cf3d03cdd502c1228e59ba560eab77d8393405 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Sat, 14 Jan 2012 22:21:00 -0700 Subject: informaltable cleanup On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew --- specs/saver.xml | 63 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/specs/saver.xml b/specs/saver.xml index 5283290..2374218 100644 --- a/specs/saver.xml +++ b/specs/saver.xml @@ -149,18 +149,19 @@ In adition to the comon types described in the core protocol, the following type is used in the request and event definitions in subsequent sections. - - - - + + + + + - + Name Value - + SCREENSAVEREVENT ScreenSaverNotify, ScreenSaverCycle @@ -236,11 +237,12 @@ active and how the til-or-since value should be i - - - + + + + - + Off The screen is not currently being saved; @@ -249,7 +251,7 @@ specifies the number of milliseconds until the screen saver is expected to activate. - + On The screen is currently being saved; @@ -257,7 +259,7 @@ The screen is currently being saved; the number of milliseconds since the screen saver activated. - + Disabled The screen saver is currently disabled; @@ -274,21 +276,22 @@ used or would have been were the screen being saved: - - - + + + + - + Blanked The video signal to the display monitor was disabled. - + Internal A server-dependent, built-in screen saver image was displayed; either no client had set the screen saver window attributes or a different client had the server grabbed when the screen saver activated. - + External The screen saver window was mapped with attributes set by a client using the ScreenSaverSetAttributes request. @@ -332,18 +335,19 @@ Otherwise, any combination of the following bits may be set: - - - + + + + - + ScreenSaverNotify If this bit is set, ScreenSaverNotify events are generated whenever the screen saver is activated or deactivated. - + ScreenSaverCycle If this bit is set, ScreenSaverNotify events are generated whenever @@ -504,25 +508,26 @@ The state field specifies the cause of the event: - - - + + + + - + Off The screen saver deactivated; this event is sent if the client has set the ScreenSaverNotify bit in its event mask. - + On The screen saver activated. This event is sent if the client has set the ScreenSaverNotify bit in its event mask. - + Cycle The cycle interval passed and the client is expected to change the image on -- cgit v1.2.1