Searched defs:attr (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | rtn_grab.c | 395 XWindowAttributes attr; local 396 XGetWindowAttributes(dpy,win,&attr); 397 if (attr.backing_store == NotUseful) {
|
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 389 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/kernel/sys/drm/ |
H A D | drm_crtc.h | 555 * @attr: sysfs attributes 591 struct device_attribute *attr; member in struct:drm_connector
|
Completed in 19 milliseconds