Lines Matching defs:win
740 XWINProtocol win = g_win_protocol = new XWINProtocol();
741 win.detect();
775 } else if (win.active()) {
1274 XWINProtocol win = g_win_protocol;
1275 if (win != null) {
1276 if (win.active()) {
1277 if (win.doStateProtocol()) {
1278 addProtocol(XStateProtocol.class, win);
1280 if (win.doLayerProtocol()) {
1281 addProtocol(XLayerProtocol.class, win);
1491 Insets getInsets(XDecoratedPeer win, long window, long parent) {
1648 if (storedInsets.get(win.getClass()) == null) {
1649 storedInsets.put(win.getClass(), correctWM);