X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Fpages.c;h=008116197046760211651d4b09af889631ac7f8e;hb=a5027ece716333370b103b7356582f7ef87ef3cf;hp=0a175ee56054b461121e3ee5ef5bc52aa6744a02;hpb=0c6894304b51f4920a73d3e9ec45cec483f842e3;p=ypp-sc-tools.db-test.git diff --git a/pctb/pages.c b/pctb/pages.c index 0a175ee..0081161 100644 --- a/pctb/pages.c +++ b/pctb/pages.c @@ -403,8 +403,10 @@ static void raise_and_get_details(void) { check_client_window_all_on_screen(); - int shm= XShmQueryExtension(disp); - debugf("PAGING shm=%d\n",shm); + Bool shmpixmaps=0; + int major=0,minor=0; + int shm= XShmQueryVersion(disp, &major,&minor,&shmpixmaps); + debugf("PAGING shm=%d %d.%d pixmaps=%d\n",shm,major,minor,shmpixmaps); if (shm) { xassert( shmim= XShmCreateImage(disp, attr.visual, attr.depth, ZPixmap, 0,&shminfo, wwidth,wheight) );