Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/c/cairo.d

    r91 r238  
    44******************************************************************************/ 
    55module dwt.internal.c.cairo; 
     6 
     7import dwt.dwthelper.utils; 
    68 
    79extern(C): 
     
    1113const int CAIRO_VERSION_MINOR = 4; 
    1214const int CAIRO_VERSION_MICRO = 10; 
    13 const char[] CAIRO_VERSION_STRING = "1.4.10"; 
     15const String CAIRO_VERSION_STRING = "1.4.10"; 
    1416const int CAIRO_HAS_SVG_SURFACE = 1; 
    1517const int CAIRO_HAS_PDF_SURFACE = 1;