ncPUMA / xcb_randr_set_monitor_example

XCB RandR 1.5 API usage example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcb_randr_set_monitor_example

XCB RandR 1.5 API usage example

Dependencies:

  • XCB RandR module
  • ECM (only for cmake build)

Building with gcc without cmake:

git clone https://github.com/ncPUMA/xcb_randr_set_monitor_example.git
cd xcb_randr_set_monitor_example
gcc main.c -o xcb_randr_set_monitor_example

Run:

./xcb_randr_set_monitor_example

About

XCB RandR 1.5 API usage example

License:GNU Lesser General Public License v2.1


Languages

Language:C 95.0%Language:CMake 5.0%