src/gui/painting/qgrayraster_p.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    87   /*                                                                       */
    87   /*                                                                       */
    88 #ifndef QT_FT_EXPORT_VAR
    88 #ifndef QT_FT_EXPORT_VAR
    89 #define QT_FT_EXPORT_VAR( x )  extern  x
    89 #define QT_FT_EXPORT_VAR( x )  extern  x
    90 #endif
    90 #endif
    91 
    91 
       
    92 /* Minimum buffer size for raster object, that accounts
       
    93    for TWorker and TCell sizes.*/
       
    94 #define MINIMUM_POOL_SIZE 4096
       
    95 
    92   QT_FT_EXPORT_VAR( const QT_FT_Raster_Funcs )  qt_ft_grays_raster;
    96   QT_FT_EXPORT_VAR( const QT_FT_Raster_Funcs )  qt_ft_grays_raster;
    93 
    97 
    94 
    98 
    95 #ifdef __cplusplus
    99 #ifdef __cplusplus
    96   }
   100   }