Lines Matching defs:xcb
41 #include <xcb/randr.h>
42 #include <X11/Xlib-xcb.h>
2440 xcb_randr_mode_info_t *xcb)
2442 return wsi->clock == (xcb->dot_clock + 500) / 1000 &&
2443 wsi->hdisplay == xcb->width &&
2444 wsi->hsync_start == xcb->hsync_start &&
2445 wsi->hsync_end == xcb->hsync_end &&
2446 wsi->htotal == xcb->htotal &&
2447 wsi->hskew == xcb->hskew &&
2448 wsi->vdisplay == xcb->height &&
2449 wsi->vsync_start == xcb->vsync_start &&
2450 wsi->vsync_end == xcb->vsync_end &&
2451 wsi->vtotal == xcb->vtotal &&
2453 wsi->flags == xcb->mode_flags;