diff --git a/xpra/x11/bindings/window.pyx b/xpra/x11/bindings/window.pyx index 3cdd6440ff..c4d7d2fac5 100644 --- a/xpra/x11/bindings/window.pyx +++ b/xpra/x11/bindings/window.pyx @@ -1431,7 +1431,7 @@ cdef class X11WindowBindingsInstance(X11CoreBindingsInstance): xwindow, cursor, CurrentTime) 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.str_to_atom("XPRA_TIMESTAMP_PROP") XChangeProperty(self.display, xwindow, timestamp_prop,