diff --git a/meshcore/KVM/Linux/linux_kvm.c b/meshcore/KVM/Linux/linux_kvm.c index f991ab2..a74a122 100644 --- a/meshcore/KVM/Linux/linux_kvm.c +++ b/meshcore/KVM/Linux/linux_kvm.c @@ -716,7 +716,7 @@ void* kvm_server_mainloop(void* parm) // 32bit if (((uint32_t*)((char*)&XE + 32))[0] != 0) { - name = x11_exports->XGetAtomName(cursordisplay, ((Atom*)((char*)&XE + 64))[0]); + name = x11_exports->XGetAtomName(cursordisplay, ((Atom*)((char*)&XE + 32))[0]); } }