Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

cairo-version.h 148 B

12345678
  1. #ifndef CAIRO_VERSION_H
  2. #define CAIRO_VERSION_H
  3. #define CAIRO_VERSION_MAJOR 1
  4. #define CAIRO_VERSION_MINOR 10
  5. #define CAIRO_VERSION_MICRO 2
  6. #endif