diff --git a/xpra/x11/bindings/window.pyx b/xpra/x11/bindings/window.pyx index 8bf7452f9e..f8724148b7 100644 --- a/xpra/x11/bindings/window.pyx +++ b/xpra/x11/bindings/window.pyx @@ -1330,7 +1330,7 @@ cdef class X11WindowBindingsInstance(X11CoreBindingsInstance): return r==0 - def get_server_time(self, Window xwindow) -> int: + def get_server_time(self, Window xwindow) -> long: cdef unsigned char c = b"a" cdef Atom timestamp_prop = self.xatom("XPRA_TIMESTAMP_PROP") XChangeProperty(self.display, xwindow, timestamp_prop,