Searched defs:WIN_LAYER_ONTOP (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWINProtocol.java156 req.set_data(0, layer == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP);
175 XA_WIN_LAYER.setCard32Property(window, layer == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP);
189 final static int WIN_LAYER_ONTOP = 6; field in class:XWINProtocol
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c142 #define WIN_LAYER_ONTOP 6 macro
1959 if (win_state == WIN_LAYER_ONTOP) {
2461 req.data.l[0] = state == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP;
2576 win_state = WIN_LAYER_ONTOP;

Completed in 41 milliseconds