Home | History | Annotate | Download | only in x11

Lines Matching refs:nprop

101     int i, nprop, actual_format;
107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, nprop);
115 for (i = 0; i < nprop; i++) {