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

  /external/libpng/contrib/gregbook/
rpng-x.c 445 XClassHint *class_hints; local
584 if ((class_hints = XAllocClassHint()) != NULL) {
585 class_hints->res_name = res_name;
586 class_hints->res_class = res_class;
590 size_hints, wm_hints, class_hints);
601 if (class_hints)
602 XFree(class_hints);
rpng2-x.c 840 XClassHint *class_hints; local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 945 XClassHint class_hints; local
949 class_hints.res_name = const_cast<char*>(res_name.c_str());
950 class_hints.res_class = const_cast<char*>(res_class.c_str());
951 XSetClassHint(display, window, &class_hints);
    [all...]

Completed in 3038 milliseconds