Вопрос

I want to use libXrandr in C++. Is there a suitable documentation?

Это было полезно?

Решение

See project page and project repository.

Reasonable Linux distributions come with man pages, which might be split-off into a -devel package (for example on Slackware you need libXrandr, on openSUSE it would be libXrandr-devel) - Xrandr(3) is a good starting point.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top