diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-08-13 13:11:31 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-24 13:21:01 -0400 |
commit | 9ee05c8987245350976ebc0df4953c60da6bcc70 (patch) | |
tree | 2b64c4dde05d296996f99cf78a962c458d1406e8 /glamor | |
parent | fe253296035277f7a3adfad6eb239fee41714d22 (diff) |
debug output format fix in RRMonitorCrtcName()
xorg/xserver/randr/rrmonitor.c:35:5: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘RRCrtc’ [-Werror=format=]
RRCrtc is XID is CARD32, which inside the server is unsigned long or int
depending on architecture, so a cast is required.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'glamor')
0 files changed, 0 insertions, 0 deletions