Searched refs:new_gc (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripChart.c430 unsigned int new_gc = NO_GCS; local
444 new_gc |= FOREGROUND;
447 new_gc |= HIGHLIGHT;
449 DestroyGC(old, new_gc);
450 CreateGC(w, new_gc);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripChart.c449 unsigned int new_gc = NO_GCS; local
465 new_gc |= FOREGROUND;
470 new_gc |= HIGHLIGHT;
474 DestroyGC(old, new_gc);
475 CreateGC(w, new_gc);

Completed in 11 milliseconds