mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 07:38:01 +02:00
Xlib.h: spelling fix in comment
This commit is contained in:
parent
5faa8dc0b3
commit
32491b02c7
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ typedef struct _XImage {
|
|||
int bitmap_bit_order; /* LSBFirst, MSBFirst */
|
||||
int bitmap_pad; /* 8, 16, 32 either XY or ZPixmap */
|
||||
int depth; /* depth of image */
|
||||
int bytes_per_line; /* accelarator to next line */
|
||||
int bytes_per_line; /* accelerator to next line */
|
||||
int bits_per_pixel; /* bits per pixel (ZPixmap) */
|
||||
unsigned long red_mask; /* bits in z arrangement */
|
||||
unsigned long green_mask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue