diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-20 06:10:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-20 06:10:57 +0800 |
commit | 621978860b566d8992bdcbe1c3a99c53b1446488 (patch) | |
tree | cb93315ecfe02517e306ad7148e8577a556013f9 /graphics/cairomm | |
parent | f007b3f3c954939b9c997e082969324dfeeed4b6 (diff) | |
download | marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.tar marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.tar.gz marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.tar.bz2 marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.tar.lz marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.tar.xz marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.tar.zst marcuscom-ports-621978860b566d8992bdcbe1c3a99c53b1446488.zip |
Yes! once again I forget to 'cvs rm' a file!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10881 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairomm')
-rw-r--r-- | graphics/cairomm/files/patch-cairomm_enums.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/cairomm/files/patch-cairomm_enums.h b/graphics/cairomm/files/patch-cairomm_enums.h deleted file mode 100644 index 4d0d6ed98..000000000 --- a/graphics/cairomm/files/patch-cairomm_enums.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cairomm/enums.h.orig 2008-03-21 22:42:50.000000000 +0100 -+++ cairomm/enums.h 2008-03-21 22:43:38.000000000 +0100 -@@ -192,7 +192,7 @@ typedef enum - FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY, - FONT_TYPE_FT = CAIRO_FONT_TYPE_FT, - FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32, -- FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI -+ FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ - } FontType; - - } // namespace Cairo |