XkbBell() should not beep when 'xset -b'
Submitted by Jeremy Huddleston Sequoia
Assigned to Xorg Project Team
Description
Created attachment 34131 test app for XkbBell misbehaving
This was recently discussed on xorg-devel : http://lists.x.org/archives/xorg-devel/2010-March/006275.html
I run 'xset -b' to disable the keyboard beep.
XBell(dpy, 0) will result in no beep, but XkbBell(dpy, 0, 0, None) will call DDXRing() with volume=50
Attached is a test app. Run like: ./bell 0 ./bell 1
Attachment 34131, "test app for XkbBell misbehaving":
bell.c
Version: git