[cairo-commit] 3 commits - boilerplate/cairo-boilerplate-pdf.h boilerplate/cairo-boilerplate-xlib.h .gitignore

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat Apr 21 04:24:04 PDT 2007


 .gitignore                           |    4 +++-
 boilerplate/cairo-boilerplate-pdf.h  |   33 +++++++++++++++++++++++++++++++++
 boilerplate/cairo-boilerplate-xlib.h |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+), 1 deletion(-)

New commits:
diff-tree abdcbf896af69677058490d1d08ba58672c429ec (from 781f2533a32d84ca43a1bdf646bb69b7adab7a77)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Apr 21 07:23:30 2007 -0400

    [boilerplate] Add missing headers.  Oops!
    I blame git for it...

diff --git a/boilerplate/cairo-boilerplate-pdf.h b/boilerplate/cairo-boilerplate-pdf.h
new file mode 100644
index 0000000..6aac402
--- /dev/null
+++ b/boilerplate/cairo-boilerplate-pdf.h
@@ -0,0 +1,33 @@
+/* -*- Mode: c; c-basic-offset: 4; indent-tabs-mode: t; tab-width: 8; -*- */
+/*
+ * Copyright © 2007 Red Hat, Inc.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software
+ * and its documentation for any purpose is hereby granted without
+ * fee, provided that the above copyright notice appear in all copies
+ * and that both that copyright notice and this permission notice
+ * appear in supporting documentation, and that the name of
+ * Red Hat, Inc. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission. Red Hat, Inc. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * RED HAT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+ * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS, IN NO EVENT SHALL RED HAT, INC. BE LIABLE FOR ANY SPECIAL,
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * Author: Behdad Esfahbod <behdad at behdad.org>
+ */
+
+#ifndef _CAIRO_BOILERPLATE_PDF_H_
+#define _CAIRO_BOILERPLATE_PDF_H_
+
+cairo_status_t
+cairo_boilerplate_pdf_surface_force_fallbacks (cairo_surface_t *surface);
+
+#endif
diff --git a/boilerplate/cairo-boilerplate-xlib.h b/boilerplate/cairo-boilerplate-xlib.h
new file mode 100644
index 0000000..9a63918
--- /dev/null
+++ b/boilerplate/cairo-boilerplate-xlib.h
@@ -0,0 +1,33 @@
+/* -*- Mode: c; c-basic-offset: 4; indent-tabs-mode: t; tab-width: 8; -*- */
+/*
+ * Copyright © 2007 Red Hat, Inc.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software
+ * and its documentation for any purpose is hereby granted without
+ * fee, provided that the above copyright notice appear in all copies
+ * and that both that copyright notice and this permission notice
+ * appear in supporting documentation, and that the name of
+ * Red Hat, Inc. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission. Red Hat, Inc. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * RED HAT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+ * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS, IN NO EVENT SHALL RED HAT, INC. BE LIABLE FOR ANY SPECIAL,
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * Author: Behdad Esfahbod <behdad at behdad.org>
+ */
+
+#ifndef _CAIRO_BOILERPLATE_XLIB_H_
+#define _CAIRO_BOILERPLATE_XLIB_H_
+
+cairo_status_t
+cairo_boilerplate_xlib_surface_disable_render (cairo_surface_t *surface);
+
+#endif
diff-tree 781f2533a32d84ca43a1bdf646bb69b7adab7a77 (from febcd689e7a4b277bbebffd8ebdc0970a04f68eb)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Apr 21 07:21:38 2007 -0400

    [.gitignore] Add cairo-*.*.*

diff --git a/.gitignore b/.gitignore
index 6310d09..a1de0d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 .deps
 .libs
 .perf
+cairo-*.*.*
 ChangeLog*
 Makefile
 Makefile.in
diff-tree febcd689e7a4b277bbebffd8ebdc0970a04f68eb (from de425ada871c71277a53687dcd8a93a607d4faab)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Apr 21 07:19:47 2007 -0400

    Update .gitignore to ignore .perf

diff --git a/.gitignore b/.gitignore
index da5b497..6310d09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
 .deps
 .libs
-cairo-manual-*
+.perf
 ChangeLog*
 Makefile
 Makefile.in
@@ -29,3 +29,4 @@ stamp-h.in
 *.la
 *.lo
 *.orig
+*.rej


More information about the cairo-commit mailing list