[gimp] app: add include guards to gimppatincore-loops.h
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add include guards to gimppatincore-loops.h
- Date: Thu, 5 Apr 2018 21:41:49 +0000 (UTC)
commit f7ea9abc732f925fdf1604d275d659c790ce304b
Author: Ell <ell_se yahoo com>
Date: Thu Apr 5 13:41:36 2018 -0400
app: add include guards to gimppatincore-loops.h
app/paint/gimppaintcore-loops.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/app/paint/gimppaintcore-loops.h b/app/paint/gimppaintcore-loops.h
index 45c48d6..746d2a5 100644
--- a/app/paint/gimppaintcore-loops.h
+++ b/app/paint/gimppaintcore-loops.h
@@ -15,6 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef __GIMP_PAINT_CORE_LOOPS_H__
+#define __GIMP_PAINT_CORE_LOOPS_H__
+
+
void combine_paint_mask_to_canvas_mask (const GimpTempBuf *paint_mask,
gint mask_x_offset,
gint mask_y_offset,
@@ -52,3 +56,6 @@ void mask_components_onto (GeglBuffer *src_buffer,
GeglRectangle *roi,
GimpComponentMask mask,
gboolean linear_mode);
+
+
+#endif /* __GIMP_PAINT_CORE_LOOPS_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]