Bug 8973 - UngrabKey : 2nd argument should be of type KEYCODE
Summary: UngrabKey : 2nd argument should be of type KEYCODE
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Protocol (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: Jamey Sharp
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 11:48 UTC by Vincent Torri
Modified: 2006-11-11 16:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Vincent Torri 2006-11-10 11:48:10 UTC
According to the protocol, the key argument is a KEYCODE, that it,
xcb_keycode_t. It's right now a uint8_t (same than xcb_keycode_t), so it's api
and abi compatible.

To be sure, can someone also verify that I'm not wrong about the type of that
argument ?
Comment 1 Jamey Sharp 2006-11-11 16:16:47 UTC
Verified and fixed. Thanks for catching and reporting this bug!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.