summaryrefslogtreecommitdiff
path: root/xcbrandr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xcbrandr.c')
-rw-r--r--xcbrandr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcbrandr.c b/xcbrandr.c
index ecf00d7..ed8eebf 100644
--- a/xcbrandr.c
+++ b/xcbrandr.c
@@ -422,7 +422,7 @@ main (int argc, char **argv)
sce->timestamp, sce->config_timestamp);
printf(" Rotation = %x\n", sce->rotation);
printf(" %d X %d pixels, %d X %d mm\n",
- sce->width, sce->height, sce->mmWidth, sce->mmHeight);
+ sce->width, sce->height, sce->mwidth, sce->mheight);
printf("Display width %d, height %d\n",
root->width_in_pixels, root->height_in_pixels);