From: Ian Osgood Date: Fri, 13 Apr 2007 20:35:57 +0000 (-0700) Subject: Fix misspelled struct members. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Fdemo;a=commitdiff_plain;h=d545bbb314880ae23fb15742b12d98796d596cfc Fix misspelled struct members. --- 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);