Fix misspelled struct members.
authorIan Osgood <iano@quirkster.com>
Fri, 13 Apr 2007 20:35:57 +0000 (13:35 -0700)
committerIan Osgood <iano@quirkster.com>
Fri, 13 Apr 2007 20:35:57 +0000 (13:35 -0700)
xcbrandr.c

index ecf00d7..ed8eebf 100644 (file)
@@ -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);