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

/openjdk9/jdk/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c652 Atom atom_set; local
672 atom_set = XInternAtom(splash->display, "WM_PROTOCOLS", True);
673 if (atom_set != None) {
677 XChangeProperty(splash->display, splash->window, atom_set, XA_ATOM, 32,
682 atom_set = XInternAtom(splash->display, "_MOTIF_WM_HINTS", True);
683 if (atom_set != None) {
688 XChangeProperty(splash->display, splash->window, atom_set, atom_set,
693 atom_set = XInternAtom(splash->display, "_OL_DECOR_DEL", True);
694 if (atom_set !
[all...]

Completed in 46 milliseconds