From d545bbb314880ae23fb15742b12d98796d596cfc Mon Sep 17 00:00:00 2001 From: Ian Osgood Date: Fri, 13 Apr 2007 13:35:57 -0700 Subject: [PATCH] Fix misspelled struct members. --- xcbrandr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1