Cleanup: rename GRAB_POINTER -> GRAB_CURSOR
Term pointer is overloaded already.
This commit is contained in:
		@@ -343,7 +343,7 @@ static int wm_macro_modal(bContext *C, wmOperator *op, const wmEvent *event)
 | 
			
		||||
					int bounds[4] = {-1, -1, -1, -1};
 | 
			
		||||
					const bool wrap = (
 | 
			
		||||
					        (U.uiflag & USER_CONTINUOUS_MOUSE) &&
 | 
			
		||||
					        ((op->opm->flag & OP_GRAB_POINTER) || (op->opm->type->flag & OPTYPE_GRAB_POINTER)));
 | 
			
		||||
					        ((op->opm->flag & OP_IS_MODAL_GRAB_CURSOR) || (op->opm->type->flag & OPTYPE_GRAB_CURSOR)));
 | 
			
		||||
 | 
			
		||||
					if (wrap) {
 | 
			
		||||
						ARegion *ar = CTX_wm_region(C);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user