Is there any libXrandr API documentation?

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

+4
source share
1 answer

See the project page and project repository .

Smart Linux distributions come with man pages that can be split into a -devel package (for example, on Slackware you need libXrandr , on openSUSE it will be libXrandr-devel ) - Xrandr(3) is a good start point.

+5
source

Source: https://habr.com/ru/post/1485451/


All Articles