summaryrefslogtreecommitdiff
path: root/xcbdpyinfo.c
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-10-07 13:24:15 -0700
committerIan Osgood <iano@quirkster.com>2006-10-07 13:24:15 -0700
commite6b69e8c29469dff4ef0ad4a2bccab63efa6af4f (patch)
tree527d1e74c77522c37fda57df7a2de27feb052cc6 /xcbdpyinfo.c
parent85539de01ceefaddac1dedd5859a379fdf6d54d0 (diff)
Update demos for removal of XID structs and xcb_poll_for_reply error param.
Diffstat (limited to 'xcbdpyinfo.c')
-rw-r--r--xcbdpyinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcbdpyinfo.c b/xcbdpyinfo.c
index fe0145b..ae4b574 100644
--- a/xcbdpyinfo.c
+++ b/xcbdpyinfo.c
@@ -56,7 +56,7 @@ void print_setup()
print_formats();
- printf("\n" "keycode range: minimum %d, maximum %d", xcb_get_setup(c)->min_keycode.id, xcb_get_setup(c)->max_keycode.id);
+ printf("\n" "keycode range: minimum %d, maximum %d", xcb_get_setup(c)->min_keycode, xcb_get_setup(c)->max_keycode);
}
void print_formats()