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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-19 16:14:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-19 16:15:25 +0400
commit621bf47e91b21f4f08ba87023c6e69368c3cf9b7 (patch)
tree23ea52466365c08bb21be8663cd8125420702cd0 /source/blender/windowmanager/intern/wm_gesture.c
parent6cd132b29c30f4f55e1a216bf9fc583becd41dd5 (diff)
Docs: doxygen file descriptions for BLF, GPU and WM
Diffstat (limited to 'source/blender/windowmanager/intern/wm_gesture.c')
-rw-r--r--source/blender/windowmanager/intern/wm_gesture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_gesture.c b/source/blender/windowmanager/intern/wm_gesture.c
index 83cb6fd83d1..6e34c776719 100644
--- a/source/blender/windowmanager/intern/wm_gesture.c
+++ b/source/blender/windowmanager/intern/wm_gesture.c
@@ -26,9 +26,10 @@
/** \file blender/windowmanager/intern/wm_gesture.c
* \ingroup wm
+ *
+ * Gestures (cursor motions) creating, evaluating and drawing, shared between operators.
*/
-
#include "DNA_screen_types.h"
#include "DNA_vec_types.h"
#include "DNA_userdef_types.h"
@@ -38,7 +39,6 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_scanfill.h" /* lasso tessellation */
#include "BLI_utildefines.h"
#include "BLI_lasso.h"