projects
/
free-sw
/
xcb
/
demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a64624
)
Fix misspelled struct members.
author
Ian Osgood
<iano@quirkster.com>
Fri, 13 Apr 2007 20:35:57 +0000
(13:35 -0700)
committer
Ian Osgood
<iano@quirkster.com>
Fri, 13 Apr 2007 20:35:57 +0000
(13:35 -0700)
xcbrandr.c
patch
|
blob
|
history
diff --git
a/xcbrandr.c
b/xcbrandr.c
index
ecf00d7
..
ed8eebf
100644
(file)
--- 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->m
mWidth, sce->mmH
eight);
+ sce->width, sce->height, sce->m
width, sce->mh
eight);
printf("Display width %d, height %d\n",
root->width_in_pixels, root->height_in_pixels);