Re: [g-a-devel] Smoothing algorithms in gnome-mag



On Wed, 2006-05-03 at 13:33 +0200, Juan Ramon Jimenez Garcia wrote:
> I need to know if i can probe with more algorithms
> in order to get a good (a better) smoothing with the magnifier.

XFilters *filters = XRenderQueryFilters(my->display, my->id);

if (NULL == filters) {
   fprintf(stderr, "Unable to query filters for XRender.\n");
   exit(EXIT_FAILURE);
}

for (i = 0; i < filters->nfilter; i++) {
   printf("%s\n", filters->filter[i]);                   
}


-- 

George (gk4)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]