Home | History | Annotate | Download | only in gregbook

Lines Matching refs:attr

834     XSetWindowAttributes attr;
919 attr.backing_store = Always;
920 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask;
923 attr.colormap = colormap;
924 attr.background_pixel = 0;
925 attr.border_pixel = 1;
930 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr);