Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mypaint/lib/composite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mypaint/lib/composite.hpp')
-rw-r--r--mypaint/lib/composite.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/mypaint/lib/composite.hpp b/mypaint/lib/composite.hpp
new file mode 100644
index 0000000..3d99714
--- /dev/null
+++ b/mypaint/lib/composite.hpp
@@ -0,0 +1,15 @@
+/* This file is part of MyPaint.
+ * Copyright (C) 2012 by Andrew Chadwick <a.t.chadwick@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+#ifndef __HAVE_COMPOSITE_HPP
+# include "composite_rgbx.hpp"
+# define COMPOSITE_MODE_RGBA
+# include "composite_rgbx.hpp"
+# define __HAVE_COMPOSITE_HPP
+#endif