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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c121 GC lightGC; /*gc for light border */ member in struct:__anon966
431 XFreeGC(awt_display, sw->lightGC);
788 statusWindow->lightGC = XCreateGC(dpy, status, valuemask, &values);
789 XSetForeground(dpy, statusWindow->lightGC, light);
866 GC lightgc = statusWindow->lightGC;

Completed in 246 milliseconds