search for: xmbxdhqueryextension

Displaying 2 results from an estimated 2 matches for "xmbxdhqueryextension".

2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) > fprintf(stderr, "Can not open display\n"); > > if (!XMBXDHQueryExtension(display, &eventBase, &errorBase)) > { > printf("XMBXDHQueryExtension failed\n"); > exit(0); > } > > if (!XMBXDHQueryVersion(display, &major, &minor, &patch) || > major < 1 || > minor < 0 || > patch...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...n Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) > fprintf(stderr, "Can not open display\n"); > > if (!XMBXDHQueryExtension(display, &eventBase, &errorBase)) > { > printf("XMBXDHQueryExtension failed\n"); > exit(0); > } > > if (!XMBXDHQueryVersion(display, &major, &minor, &patch) || > major < 1 || > minor < 0 || > patch...