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)

_______________________________________________
Gnome-accessibility-devel mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Reply via email to