Lines Matching refs:randr_output
1739 /* update randr_output's name */
1740 if (output->randr_output) {
1742 RROutputPtr randr_output = output->randr_output;
1746 if (randr_output->name != (char *) (randr_output + 1))
1747 xfree(randr_output->name);
1748 randr_output->name = name;
1749 randr_output->nameLength = nameLength;
1750 memcpy(randr_output->name, dev_priv->name, nameLength);
1751 randr_output->name[nameLength] = '\0';
2019 if (output->randr_output) {
2020 RROutputPtr randr_output = output->randr_output;
2021 if (randr_output->name &&
2022 randr_output->name != (char *) (randr_output + 1))
2023 xfree(randr_output->name);
2071 err = RRConfigureOutputProperty(output->randr_output,
2081 err = RRChangeOutputProperty(output->randr_output,