< prev index next >

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

Print this page

        

@@ -37,10 +37,11 @@
 #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,7 +56,6 @@
 #define SPLASHCTL_RECONFIGURE   'R'
 
 #define INLINE static
 
 #define SPLASHEXPORT
-
 #endif
< prev index next >