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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1021 XWMHints * get_hints; local
1023 get_hints = XGetWMHints((Display*)jlong_to_ptr(display), window);
1024 if (get_hints != NULL) {
1025 memcpy(jlong_to_ptr(hints), get_hints, sizeof(XWMHints)); local
1026 XFree(get_hints);

Completed in 86 milliseconds