< prev index next >

src/java.desktop/unix/native/libsplashscreen/splashscreen_config.h

Print this page

        

*** 37,46 **** --- 37,47 ---- #include <signal.h> #include <inttypes.h> #include <stdlib.h> #include <string.h> #include <stdio.h> + #include "systemScale.h" typedef uint32_t rgbquad_t; typedef uint16_t word_t; typedef uint8_t byte_t; typedef XRectangle RECT_T;
*** 55,61 **** #define SPLASHCTL_RECONFIGURE 'R' #define INLINE static #define SPLASHEXPORT - #endif --- 56,61 ----
< prev index next >