Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86970
Collapse All | Expand All

(-)pekwm-dev-20050227/src/Client.cc (-2 / +1 lines)
Lines 614-621 Link Here
614
				break;
614
				break;
615
// 			} else if (atoms[i] == ewmh->getAtom(WINDOW_TYPE_UTILITY)) {
615
// 			} else if (atoms[i] == ewmh->getAtom(WINDOW_TYPE_UTILITY)) {
616
// 			}
616
// 			}
617
			} else if ((atoms[i] == ewmh->getAtom(WINDOW_TYPE_SPLASH)) ||
617
			} else if ((atoms[i] == ewmh->getAtom(WINDOW_TYPE_SPLASH))) {
618
								 (atoms[i] == ewmh->getAtom(WINDOW_TYPE_DIALOG))) {
619
				setTitlebar(false);
618
				setTitlebar(false);
620
				setBorder(false);
619
				setBorder(false);
621
			} else {
620
			} else {

Return to bug 86970