jdk/src/java.desktop/unix/native/libsplashscreen/splashscreen_config.h
changeset 36869 f8ef78f4157d
parent 25859 3317bb8137f4
equal deleted inserted replaced
36868:9d0d667bff5c 36869:f8ef78f4157d
    37 #include <signal.h>
    37 #include <signal.h>
    38 #include <inttypes.h>
    38 #include <inttypes.h>
    39 #include <stdlib.h>
    39 #include <stdlib.h>
    40 #include <string.h>
    40 #include <string.h>
    41 #include <stdio.h>
    41 #include <stdio.h>
       
    42 #include "systemScale.h"
    42 
    43 
    43 typedef uint32_t rgbquad_t;
    44 typedef uint32_t rgbquad_t;
    44 typedef uint16_t word_t;
    45 typedef uint16_t word_t;
    45 typedef uint8_t byte_t;
    46 typedef uint8_t byte_t;
    46 typedef XRectangle RECT_T;
    47 typedef XRectangle RECT_T;
    55 #define SPLASHCTL_RECONFIGURE   'R'
    56 #define SPLASHCTL_RECONFIGURE   'R'
    56 
    57 
    57 #define INLINE static
    58 #define INLINE static
    58 
    59 
    59 #define SPLASHEXPORT
    60 #define SPLASHEXPORT
    60 
       
    61 #endif
    61 #endif