Searched refs:win_attrs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c777 XWindowAttributes win_attrs; local
791 XGetWindowAttributes( disp, win, &win_attrs);
796 clip.width = (unsigned short) win_attrs.width;
797 clip.height = (unsigned short) win_attrs.height;
799 0 /* x_rootrel */, 0 /* y_rootrel */, &win_attrs, &clip);
850 if (new_reg->vis != DefaultVisualOfScreen( win_attrs.screen) ||
852 win_attrs.screen)) {

Completed in 32 milliseconds