mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
examples: screencopy-dmabuf: Fix y-inversion
This commit is contained in:
parent
1d835f2035
commit
a54ed85881
@ -349,7 +349,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
write_image("wayland-screenshot.png", buffer.format, buffer.width,
|
||||
buffer.height, stride, !buffer.y_invert, data);
|
||||
buffer.height, stride, buffer.y_invert, data);
|
||||
|
||||
gbm_bo_unmap(buffer.bo, map_data);
|
||||
gbm_bo_destroy(buffer.bo);
|
||||
|
Loading…
Reference in New Issue
Block a user