Home
last modified time | relevance | path

Searched refs:XSyncValueEqual (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/x11/
H A Dxsync.py164 XSyncValueEqual = _lib.XSyncValueEqual variable
165 XSyncValueEqual.restype = Bool
166 XSyncValueEqual.argtypes = [XSyncValue, XSyncValue]
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/x11/
H A Dxsync.py164 XSyncValueEqual = _lib.XSyncValueEqual variable
165 XSyncValueEqual.restype = Bool
166 XSyncValueEqual.argtypes = [XSyncValue, XSyncValue]
/dports/x11/libXext/libXext-1.3.4/include/X11/extensions/
H A Dsync.h69 #undef XSyncValueEqual
111 extern Bool XSyncValueEqual(
/dports/net/tightvnc/vnc_unixsrc/Xvnc/include/extensions/
H A Dsync.h180 extern Bool XSyncValueEqual(
301 #define XSyncValueEqual(a, b) _XSyncValueEqual(a, b) macro
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A Dsyncconst.h135 #define XSyncValueEqual(a, b) _XSyncValueEqual(a, b) macro
/dports/x11/libXext/libXext-1.3.4/src/
H A DXSync.c957 XSyncValueEqual(XSyncValue a, XSyncValue b) in XSyncValueEqual() function
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/Xext/
H A Dsync.c814 diffequal = XSyncValueEqual(diff, pAwait->event_threshold);