We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4eb87 + 32edffa commit f48f362Copy full SHA for f48f362
1 file changed
examples/xkb_init.rs
@@ -11,7 +11,7 @@ fn main() -> xcb::Result<()> {
11
wanted_minor: 0,
12
}))?;
13
14
- assert!(xkb_ver.supported(), "xkb-1.0 is not supported");
+ assert!(xkb_ver.supported(), "xkb-1.0 support is required");
15
}
16
17
// we now select what events we want to receive
0 commit comments