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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c1069 unsigned long prev_pixel; /* last pixel set with XChangeGC */ local
1071 gcv.foreground = prev_pixel = back_pixel;
1130 if (gcv.foreground != prev_pixel) {
1132 prev_pixel = gcv.foreground;
1147 if (gcv.foreground != prev_pixel) {
1149 prev_pixel = gcv.foreground;

Completed in 13 milliseconds