< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XFramePeer.java

Print this page

        

*** 287,297 **** stateLog.finer("DeIconifying " + this); } XNETProtocol net_protocol = XWM.getWM().getNETProtocol(); if (net_protocol != null) { ! net_protocol.setActiveWindow(this); } xSetVisible(true); } } --- 287,297 ---- stateLog.finer("DeIconifying " + this); } XNETProtocol net_protocol = XWM.getWM().getNETProtocol(); if (net_protocol != null) { ! net_protocol.setActiveWindow(getWindow()); } xSetVisible(true); } }
< prev index next >