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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c811 static Window xawt_root_shell = None; local
813 if (xawt_root_shell == None){
825 xawt_root_shell = (Window) (*env)->CallStaticLongMethod(env, classXRootWindow, methodGetXRootWindow);
832 return xawt_root_shell;

Completed in 50 milliseconds