fix small bug in x11 beep
parent
7b522ee407
commit
1cb9f2342e
|
@ -258,7 +258,7 @@ M: x11-ui-backend ui ( -- )
|
||||||
] ui-running ;
|
] ui-running ;
|
||||||
|
|
||||||
M: x11-ui-backend beep ( -- )
|
M: x11-ui-backend beep ( -- )
|
||||||
dpy 100 XBell drop ;
|
dpy get 100 XBell drop ;
|
||||||
|
|
||||||
x11-ui-backend ui-backend set-global
|
x11-ui-backend ui-backend set-global
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue