summaryrefslogtreecommitdiff
path: root/babl/babl-model.h
diff options
context:
space:
mode:
authorØyvind Kolås <ok@src.gnome.org>2005-08-09 13:18:52 +0000
committerØyvind Kolås <ok@src.gnome.org>2005-08-09 13:18:52 +0000
commit0ef7d0f8f24207d17a63e8d51b334734a0bcb142 (patch)
tree564204a1873909c9e25b6a8e34022f9cfb07ff77 /babl/babl-model.h
Initial revision
Diffstat (limited to 'babl/babl-model.h')
-rw-r--r--babl/babl-model.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/babl/babl-model.h b/babl/babl-model.h
new file mode 100644
index 0000000..31121ea
--- /dev/null
+++ b/babl/babl-model.h
@@ -0,0 +1,26 @@
+/* babl - dynamically extendable universal pixel conversion library.
+ * Copyright (C) 2005, Øyvind Kolås.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef _BABL_pixel_format_H
+#define _BABL_pixel_format_H
+
+#include "babl-classes.h"
+BABL_DEFINE_CLASS(BablModel, babl_model)
+
+#endif