Searched defs:actual_format_return (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c62 int actual_format_return; local
77 &actual_format_return,
86 if (actual_type_return == None || actual_format_return == 0)
99 if (actual_format_return != 32)
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp87 int *actual_format_return,
94 int *actual_format_return,
107 *actual_format_return = sizeof(Atom) * 8;
91 XGetWindowProperty(Display *display, Window w, Atom property, long long_offset, long long_length, Bool delProp, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char **prop_return) argument

Completed in 67 milliseconds