From e63eb6ed2696c5d52b35972ab7a1bbda7b5bdc90 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Apr 2019 10:02:28 +0200 Subject: Cleanup: comment line length (windowmanager) --- source/blender/windowmanager/WM_types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager/WM_types.h') diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h index 425853c7a96..154c4837a68 100644 --- a/source/blender/windowmanager/WM_types.h +++ b/source/blender/windowmanager/WM_types.h @@ -427,7 +427,8 @@ typedef struct wmGesture { int modal_state; /* For modal operators which may be running idle, waiting for an event to activate the gesture. - * Typically this is set when the user is click-dragging the gesture (border and circle select for eg). */ + * Typically this is set when the user is click-dragging the gesture + * (border and circle select for eg). */ uint is_active : 1; /* Previous value of is-active (use to detect first run & edge cases). */ uint is_active_prev : 1; @@ -526,7 +527,8 @@ typedef enum { /* motion progress, for modal handlers */ typedef struct wmNDOFMotionData { /* awfully similar to GHOST_TEventNDOFMotionData... */ /* Each component normally ranges from -1 to +1, but can exceed that. - * These use blender standard view coordinates, with positive rotations being CCW about the axis. */ + * These use blender standard view coordinates, + * with positive rotations being CCW about the axis. */ float tvec[3]; /* translation */ float rvec[3]; /* rotation: */ /* axis = (rx,ry,rz).normalized */ -- cgit v1.2.3