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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1209 XSizeHints *size_hints = XAllocSizeHints(); local
1210 size_hints->flags = USPosition | PPosition | PSize;
1211 size_hints->x = (int)x;
1212 size_hints->y = (int)y;
1213 size_hints->width = (int)width;
1214 size_hints->height = (int)height;
1215 XSetWMNormalHints(awt_display, (Window)window, size_hints);
1216 XFree((char*)size_hints);

Completed in 32 milliseconds