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

/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c240 XSizeHints sizeHints; local
242 sizeHints.flags = USPosition | PPosition | USSize | PSize | PMinSize | PMaxSize | PWinGravity;
243 sizeHints.width = sizeHints.base_width = sizeHints.min_width = sizeHints.max_width = splash->width;
244 sizeHints.height = sizeHints.base_height = sizeHints.min_height = sizeHints
253 XSizeHints sizeHints; local
[all...]

Completed in 222 milliseconds