summaryrefslogtreecommitdiff
path: root/man/ImageByteOrder.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/ImageByteOrder.man')
-rw-r--r--man/ImageByteOrder.man10
1 files changed, 4 insertions, 6 deletions
diff --git a/man/ImageByteOrder.man b/man/ImageByteOrder.man
index 27579c84..e1175497 100644
--- a/man/ImageByteOrder.man
+++ b/man/ImageByteOrder.man
@@ -49,7 +49,7 @@
.de Ds
.nf
.\\$1D \\$2 \\$1
-.ft 1
+.ft CW
.\".ps \\n(PS
.\".if \\n(VS>=40 .vs \\n(VSu
.\".if \\n(VS<=39 .vs \\n(VSp
@@ -228,12 +228,10 @@ structure provides an interface to the pixmap format information
that is returned at the time of a connection setup.
It contains:
.Ds 0
-.TA .5i 3i
-.ta .5i 3i
typedef struct {
- int depth;
- int bits_per_pixel;
- int scanline_pad;
+ int depth;
+ int bits_per_pixel;
+ int scanline_pad;
} XPixmapFormatValues;
.De
.SH "SEE ALSO"