Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-07-25 11:11:08 +0400
committerJoshua Leung <aligorith@gmail.com>2008-07-25 11:11:08 +0400
commit325b1666d42bf50d6c66a6399a26a50fbaf61bc9 (patch)
treef026692d46ab9d7f0cea63ab5a27458dcef6e5eb /source/blender/include
parent846ae7a187a630e0fc413a272917c08cd9fde8af (diff)
Grease Pencil - Backend work:
Just preparation work for an eraser tool (as well as the code of a failed attempt at an implementation).
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BDR_gpencil.h b/source/blender/include/BDR_gpencil.h
index 8f3d6b92963..d2fc7be29ea 100644
--- a/source/blender/include/BDR_gpencil.h
+++ b/source/blender/include/BDR_gpencil.h
@@ -69,6 +69,6 @@ void gpencil_delete_operation(short mode);
void gpencil_delete_menu(void);
//short gpencil_paint(short mousebutton);
-short gpencil_do_paint(struct ScrArea *sa);
+short gpencil_do_paint(struct ScrArea *sa, short mousebutton);
#endif /* BDR_GPENCIL_H */