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

/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c144 HPALETTE hOldPal = NULL; local
199 hOldPal = SelectPalette(hdc, splash->hPalette, FALSE);
206 if (hOldPal)
207 SelectPalette(hdc, hOldPal, FALSE);

Completed in 30 milliseconds