Fix various typos
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`
This commit is contained in:
parent
d13c3c9296
commit
858bcd5058
15 changed files with 16 additions and 16 deletions
|
|
@ -3416,7 +3416,7 @@ void DisplayServerX11::process_events() {
|
|||
|
||||
if (mouse_mode_grab) {
|
||||
for (const KeyValue<WindowID, WindowData> &E : windows) {
|
||||
//dear X11, I try, I really try, but you never work, you do whathever you want.
|
||||
//dear X11, I try, I really try, but you never work, you do whatever you want.
|
||||
if (mouse_mode == MOUSE_MODE_CAPTURED) {
|
||||
// Show the cursor if we're in captured mode so it doesn't look weird.
|
||||
XUndefineCursor(x11_display, E.value.x11_window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue