summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2007-04-13 13:35:57 -0700
committerIan Osgood <iano@quirkster.com>2007-04-13 13:35:57 -0700
commitd545bbb314880ae23fb15742b12d98796d596cfc (patch)
tree234fb07fce33c29b8a8a2d184753d9307e6c5e6e
parent1a64624e3860d4b9436449a386a09f60da0eac58 (diff)
Fix misspelled struct members.
-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);