Searched defs:WIN_LAYER_NORMAL (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);
190 final static int WIN_LAYER_NORMAL = 4; field in class:XWINProtocol
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c143 #define WIN_LAYER_NORMAL 4 macro
2461 req.data.l[0] = state == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP;
2578 win_state = WIN_LAYER_NORMAL;

Completed in 36 milliseconds