HomeSort by relevance Sort by last modified time
    Searched refs:class_hints (Results 1 - 6 of 6) sorted by null

  /external/libpng/contrib/gregbook/
rpng-x.c 451 XClassHint *class_hints; local
590 if ((class_hints = XAllocClassHint()) != NULL) {
591 class_hints->res_name = res_name;
592 class_hints->res_class = res_class;
596 size_hints, wm_hints, class_hints);
607 if (class_hints)
608 XFree(class_hints);
rpng2-x.c 844 XClassHint *class_hints; local
    [all...]
  /external/ImageMagick/MagickCore/
animate.c 1367 *class_hints; local
    [all...]
xwindow-private.h 458 *class_hints; member in struct:_XWindows
xwindow.c 398 if (windows->class_hints != (XClassHint *) NULL)
400 if (windows->class_hints->res_name != (char *) NULL)
401 windows->class_hints->res_name=DestroyString(
402 windows->class_hints->res_name);
403 if (windows->class_hints->res_class != (char *) NULL)
404 windows->class_hints->res_class=DestroyString(
405 windows->class_hints->res_class);
406 XFree(windows->class_hints);
407 windows->class_hints=(XClassHint *) NULL;
    [all...]
display.c 14492 *class_hints; local
    [all...]

Completed in 512 milliseconds