aboutsummaryrefslogtreecommitdiff
path: root/examples/screencopy-dmabuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/screencopy-dmabuf.c')
-rw-r--r--examples/screencopy-dmabuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/screencopy-dmabuf.c b/examples/screencopy-dmabuf.c
index ebc6ea75..74eb8a75 100644
--- a/examples/screencopy-dmabuf.c
+++ b/examples/screencopy-dmabuf.c
@@ -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);