Commit d9445ce7 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

winex11.drv: Small spelling fix.

parent 7744443f
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
* of the image. This is always >0. * of the image. This is always >0.
* - srcbits * - srcbits
* Points to the first byte containing data to be copied. If the source * Points to the first byte containing data to be copied. If the source
* surface starts are coordinates (x,y) then this is: * surface starts at coordinates (x,y) then this is:
* image_ptr+x*bytes_pre_pixel+y*bytes_per_line * image_ptr+x*bytes_per_pixel+y*bytes_per_line
* (with further adjustments for top-down/bottom-up images) * (with further adjustments for top-down/bottom-up images)
* - srclinebytes * - srclinebytes
* This is the number of bytes per line. It may be >0 or <0 depending on * This is the number of bytes per line. It may be >0 or <0 depending on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment