Bug 8973

Summary: UngrabKey : 2nd argument should be of type KEYCODE
Product: XCB Reporter: Vincent Torri <vtorri>
Component: ProtocolAssignee: Jamey Sharp <jamey>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.