< prev index next >

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

Print this page




  40 
  41 typedef uint32_t rgbquad_t;
  42 typedef uint16_t word_t;
  43 typedef uint8_t byte_t;
  44 
  45 
  46 // Actually the following Rect machinery is unused since we don't use shapes
  47 typedef int RECT_T;
  48 
  49 #define RECT_EQ_X(r1,r2)        ((r1) == (r2))
  50 #define RECT_SET(r,xx,yy,ww,hh) ;
  51 #define RECT_INC_HEIGHT(r)      ;
  52 
  53 #define SPLASHCTL_QUIT          'Q'
  54 #define SPLASHCTL_UPDATE        'U'
  55 #define SPLASHCTL_RECONFIGURE   'R'
  56 
  57 #define INLINE static
  58 
  59 #define SPLASHEXPORT
  60 


  61 #endif


  40 
  41 typedef uint32_t rgbquad_t;
  42 typedef uint16_t word_t;
  43 typedef uint8_t byte_t;
  44 
  45 
  46 // Actually the following Rect machinery is unused since we don't use shapes
  47 typedef int RECT_T;
  48 
  49 #define RECT_EQ_X(r1,r2)        ((r1) == (r2))
  50 #define RECT_SET(r,xx,yy,ww,hh) ;
  51 #define RECT_INC_HEIGHT(r)      ;
  52 
  53 #define SPLASHCTL_QUIT          'Q'
  54 #define SPLASHCTL_UPDATE        'U'
  55 #define SPLASHCTL_RECONFIGURE   'R'
  56 
  57 #define INLINE static
  58 
  59 #define SPLASHEXPORT
  60 NSString* findScaledImageName(NSString *fileName,
  61                               NSUInteger dotIndex,
  62                               NSString *strToAppend);
  63 #endif
< prev index next >