Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mypaint/lib/composite.hpp
blob: 3d997149838e6c6e65528ae80f6b0dabe7d4c38a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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