Lines Matching defs:actual_format
67 int actual_format;
72 False, XA_WM_SIZE_HINTS, &actual_type, &actual_format,
77 (nitems < OldNumPropSizeElements) || (actual_format != 32)) {
113 int actual_format;
118 False, XA_WM_HINTS, &actual_type, &actual_format,
126 (nitems < (NumPropWMHintsElements - 1)) || (actual_format != 32)) {
183 int actual_format;
189 False, XA_WM_ICON_SIZE, &actual_type, &actual_format,
198 (actual_format != 32)) {
275 int actual_format;
282 &actual_format, &nitems, &leftover, (unsigned char **) &data)
287 if ( (actual_type == XA_WINDOW) && (actual_format == 32) &&
307 int actual_format;
314 &actual_format, &nitems, &leftover, &data) != Success)
317 if ( (actual_type == XA_STRING) && (actual_format == 8) ) {