[Xcb] Equivalent of XRRGetScreenResources and XRRGetCrtcInfo ?
Peter Harris
git at peter.is-a-geek.org
Sun May 24 19:49:34 PDT 2009
On Sun, May 24, 2009 at 8:21 PM, Guillaume Quintin
<coincoin169g at gmail.com> wrote:
> Hi,
>
> Is there any equivalent of XRRGetScreenResources and XRRGetCrtcInfo to
> get the same info as XineramaQueryScreens ?
xcb_randr_get_screen_resources and xcb_randr_get_crtc_info.
Just out of curiosity, why do you want to avoid
xcb_xinerama_query_screens? As far as I know, all RandR-based servers
have a Xinerama shim to support the legacy functions.
Peter Harris
More information about the Xcb
mailing list