Searched refs:propname (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xsm/dist/ |
| H A D | prop.h | 37 extern void DeleteProperty(ClientRec *client, char *propname);
|
| H A D | prop.c | 227 DeleteProperty(ClientRec *client, char *propname) 235 if (strcmp (pprop->name, propname) == 0) 240 if (strcmp (propname, SmDiscardCommand) == 0) 222 DeleteProperty(ClientRec * client,char * propname) argument
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | stroke.h | 100 char propname[80]; /* font property name */ member in struct:__anon1477d9d40a08
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | xprop.c | 79 const char *propname; member in struct:__anonb96f036b0108 1617 t.propname = prop; 1629 Remove_Property (Display *display, Window w, const char *propname) argument 1631 Atom id = XInternAtom (display, propname, True); 1635 program_name, propname); 1642 Set_Property (Display *display, Window w, const char *propname, const char *value) argument 1653 atom = Parse_Atom(propname, False); 1658 Fatal_Error("unsupported conversion for %s", propname); 1684 fprintf(stderr, "cannot convert %s argument to STRING or COMPOUND_TEXT.\n", propname); 1783 fprintf(stderr, "cannot convert %s argument to Bool\n", propname); [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Selection.c | 221 char propname[80]; local in function:GetSelectionProperty 234 (void) snprintf(propname, sizeof(propname), "_XT_SELECTION_%d", propCount); 235 sarray->list[propCount].prop = XInternAtom(dpy, propname, FALSE);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | screen.c | 3289 probe_netwm(Display *dpy, _Xconst char *propname) argument 3291 Atom atom_fullscreen = CachedInternAtom(dpy, propname); 3351 TRACE(("probe_netwm(%s) ->%d\n", propname, has_capability));
|
| H A D | misc.c | 6203 const char *propname = (!strcmp(my_attr, XtNtitle) local in function:ChangeGroup 6206 Atom my_atom = CachedInternAtom(dpy, propname); 6245 ReportIcons(("...updating %s\n", propname)); 6254 ReportIcons(("...deleting %s\n", propname));
|
Completed in 20 milliseconds