rename paint_2D to paint_image_2D. Catering for possible name conflicts

with other 2D paint systems.
This commit is contained in:
Antony Riakiotakis
2013-01-01 21:32:17 +00:00
parent 59893d9d5b
commit 7085387def
2 changed files with 1 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ set(SRC
paint_cursor.c
paint_hide.c
paint_image.c
paint_2D.c
paint_image_2D.c
paint_mask.c
paint_ops.c
paint_stroke.c