diff options
Diffstat (limited to 'include/X11/extensions/xf86dgaconst.h')
-rw-r--r-- | include/X11/extensions/xf86dgaconst.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/extensions/xf86dgaconst.h b/include/X11/extensions/xf86dgaconst.h index 63829bc..b21e84f 100644 --- a/include/X11/extensions/xf86dgaconst.h +++ b/include/X11/extensions/xf86dgaconst.h @@ -66,9 +66,9 @@ typedef struct { int imageHeight; int pixmapWidth; /* Xlib accessible portion (pixels) */ int pixmapHeight; /* both fields ignored if no concurrent access */ - int bytesPerScanline; + int bytesPerScanline; int byteOrder; /* MSBFirst, LSBFirst */ - int depth; + int depth; int bitsPerPixel; unsigned long redMask; unsigned long greenMask; |