Searched defs:reportChanges (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dwin_update.c244 { u_int reportChanges; local
246 reportChanges = DGA_WIN_CHANGEABLE_ATTRS;
248 reportChanges = DGA_VMBUF_CHANGEABLE_ATTRS;
253 dgawin->changeMask |= (DGA_CHANGE_MBUFSET | reportChanges);
H A Dmbuf_update.c268 { u_int reportChanges; local
270 reportChanges = DGA_WIN_CHANGEABLE_ATTRS;
272 reportChanges = DGA_VMBUF_CHANGEABLE_ATTRS;
274 reportChanges = DGA_NMBUF_CHANGEABLE_ATTRS;
276 dgawin->changeMask |= (DGA_CHANGE_MBUFSET | reportChanges);

Completed in 11 milliseconds