From: Ian Jackson Date: Fri, 26 Jun 2009 23:47:18 +0000 (+0100) Subject: Show whether shm is on X-Git-Tag: 1.9.2~90^2~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=9680ca1ca361db0f75957ed8dbbf62811747de93 Show whether shm is on --- diff --git a/pctb/pages.c b/pctb/pages.c index a87b021..9d9ca91 100644 --- a/pctb/pages.c +++ b/pctb/pages.c @@ -402,7 +402,7 @@ static void raise_and_get_details(void) { check_client_window_all_on_screen(); int shm= XShmQueryExtension(disp); - shm=0; + debugf("PAGING shm=%d\n",shm); if (shm) { xassert( shmim= XShmCreateImage(disp, attr.visual, attr.depth, ZPixmap, 0,&shminfo, wwidth,wheight) );