Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Adam Jackson
xserver
Commits
a969db09
Commit
a969db09
authored
Nov 17, 2007
by
Daniel Stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XKB: Don't ring the bell when we don't have a BellProc (bug #13246)
parent
c89b5431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
xkb/xkbEvents.c
xkb/xkbEvents.c
+2
-1
No files found.
xkb/xkbEvents.c
View file @
a969db09
...
...
@@ -405,7 +405,8 @@ XID winID = 0;
if
((
force
||
(
xkbi
->
desc
->
ctrls
->
enabled_ctrls
&
XkbAudibleBellMask
))
&&
(
!
eventOnly
))
{
(
*
kbd
->
kbdfeed
->
BellProc
)(
percent
,
kbd
,(
pointer
)
pCtrl
,
class
);
if
(
kbd
->
kbdfeed
->
BellProc
)
(
*
kbd
->
kbdfeed
->
BellProc
)(
percent
,
kbd
,(
pointer
)
pCtrl
,
class
);
}
interest
=
kbd
->
xkb_interest
;
if
((
!
interest
)
||
(
force
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment