Searched refs:prop_float (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c61 Atom prop_float, prop_matrix; local in function:apply_matrix
74 prop_float = XInternAtom(dpy, "FLOAT", False);
77 if (!prop_float)
89 rc = XIGetProperty(dpy, deviceid, prop_matrix, 0, 9, False, prop_float,
92 if (rc != Success || prop_float != type_return || format_return != 32 ||
101 XIChangeProperty(dpy, deviceid, prop_matrix, prop_float,

Completed in 2 milliseconds