Searched defs:propname (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c56 get_property_value(Window wnd, char *propname, long max_length, argument
65 property = XInternAtom(g_display, propname, True);
68 fprintf(stderr, "Atom %s does not exist\n", propname);
89 fprintf(stderr, "Window is missing property %s\n", propname);
95 fprintf(stderr, "%s is too big for me\n", propname);
101 fprintf(stderr, "%s has bad format\n", propname);

Completed in 35 milliseconds