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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Drtn_grab.c395 XWindowAttributes attr; local
396 XGetWindowAttributes(dpy,win,&attr);
397 if (attr.backing_store == NotUseful) {
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c389 XSetWindowAttributes attr; /* for creating window */ local
589 attr.background_pixel = back_pixel;
590 attr.border_pixel = border_pixel;
591 attr.event_mask = (ExposureMask|ButtonPressMask|ButtonReleaseMask|KeyPressMask);
592 attr.cursor = XCreateFontCursor (dpy, XC_top_left_arrow);
613 InputOutput, def_vis->visual, valuemask, &attr);
619 attr.colormap = c;
625 InputOutput, vis.visual, valuemask, &attr);
660 CopyFromParent, CopyFromParent, valuemask, &attr);
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c102 struct attrStruct attr; member in union:nodeStruct::__anon464
267 value = ap->nodeValue.attr.value;
391 searchAttr: Searches for the attribute node identified by "attr",
396 searchAttr(char *class, char *name, char *attr) argument
402 return(searchNodeList(instanceNode->head, attr));
944 /*** <attr>=<value> ??? ***/
1090 writeString(fp, ap->nodeValue.attr.value);
1136 writeString(fp, ap->nodeValue.attr.value);
1309 OWconfigSetInstance(char *class, char *name, OWconfigAttributePtr attr, argument
1315 if (!(class && name && attr))
1614 OWconfigFreeInstance(OWconfigAttributePtr attr, int numberInAttr) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c193 XWindowAttributes attr; local
194 if (XGetWindowAttributes(dpy, drawable, &attr) == 0) return 0;
195 visual = attr.visual;
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c1220 vattr_t attr; local
1225 attr.va_mode = (int)(uintptr_t)ad[0];
1226 attr.va_uid = (int)(uintptr_t)ad[1];
1227 attr.va_gid = (int)(uintptr_t)ad[2];
1228 attr.va_fsid = (int)(uintptr_t)ad[3];
1229 attr.va_nodeid = (int)(uintptr_t)ad[4];
1230 attr.va_rdev = (int)(uintptr_t)ad[5];
1232 if ((tokp = au_to_attr(&attr)) == (token_t *)0)
1871 adrm_char(&adr, &id, 1); /* move past attr id */
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h553 * @attr: sysfs attributes
589 struct device_attribute *attr; member in struct:drm_connector
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c258 static void Realize (Widget w, XtValueMask *mask, XSetWindowAttributes *attr);
3268 XSetWindowAttributes *attr)
3274 (w, mask, attr);
3265 Realize( Widget w, XtValueMask *mask, XSetWindowAttributes *attr) argument
H A DDPSScrollW.c186 static void Realize(Widget w, XtValueMask *mask, XSetWindowAttributes *attr);
1767 XSetWindowAttributes *attr)
1774 (w, mask, attr);
1764 Realize( Widget w, XtValueMask *mask, XSetWindowAttributes *attr) argument

Completed in 76 milliseconds