Searched refs:attr (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/pkg/
H A DMakefile146 FONT_ATTRS = $(FONT_MANIFESTS:%.p5m=$(PDIR)/%.attr)
245 $(PDIR)/%.attr:
248 system-font-*) ADDITIONAL_ATTRS="$(@:%.attr=%.font)" ;; \
251 ~(N)$(PROTOMETA)/$(@F:.attr=)/attributes_*.p5m \
252 ~(N)$(PROTOMETA)/$(@F:.attr=)/license_*.p5m /dev/null > $@
254 $(PDIR)/%.mog: $(PDIR)/%.p5m $(PDIR)/%.attr
260 $(@:%.mog=%.p5m) $(@:%.mog=%.attr) \
/solaris-x11-s12/open-src/common/
H A Dpkg-manifest-generate.pl42 my ($attr, $val) = split /=/, $arg, 2;
44 push @{$options{$attr}}, $val;
/solaris-x11-s12/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-s12/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-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc.h555 * @attr: sysfs attributes
591 struct device_attribute *attr; member in struct:drm_connector
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c861 XSetWindowAttributes *attr
895 the last argument attr was missing - causing Bad Xerror Request. When
900 valuemask, attr);

Completed in 1172 milliseconds