From: Ian Jackson Date: Sat, 27 Jun 2009 14:19:35 +0000 (+0100) Subject: show shm details X-Git-Tag: 1.9.2~90^2~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=a5027ece716333370b103b7356582f7ef87ef3cf show shm details --- 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) );