Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top