Searched refs:wattr (Results 1 – 3 of 3) sorted by relevance
54 XWindowAttributes wattr; in is_window() local57 XGetWindowAttributes(dpy, drawable, &wattr); in is_window()
469 XWindowAttributes wattr; in create_tfp_surface() local474 XGetWindowAttributes(ctx->native_dpy, root_window, &wattr); in create_tfp_surface()475 if (wattr.depth != 24 && wattr.depth != 32) in create_tfp_surface()482 wattr.depth in create_tfp_surface()501 *attrib++ = GLX_DEPTH_SIZE; *attrib++ = wattr.depth; in create_tfp_surface()502 if (wattr.depth == 32) { in create_tfp_surface()528 if (wattr.depth == 32) in create_tfp_surface()
400 XWindowAttributes wattr; in is_window() local403 XGetWindowAttributes(dpy, drawable, &wattr); in is_window()