From c8583cac700329659487edd96a1b2f0c6b1af39e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 11 Mar 2009 20:22:06 +0000 Subject: 2.5 / Area management * Add Area Swap: hold alt and drag with LMB from either actionzone. Release LMB on area you want to swap with. I added a matching cute cursor for this (and to make it a politically delicate issue, it's white on black). Note, there are still some error totblocks that I haven't been able to track down properly yet, so that's still a bit WIP. --- source/blender/windowmanager/wm_cursors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager/wm_cursors.h') diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h index 096e1916fa9..1a1a0d0b71d 100644 --- a/source/blender/windowmanager/wm_cursors.h +++ b/source/blender/windowmanager/wm_cursors.h @@ -92,6 +92,7 @@ enum { BC_NS_SCROLLCURSOR, BC_EW_SCROLLCURSOR, BC_EYEDROPPER_CURSOR, + BC_SWAPAREA_CURSOR, /* --- ALWAYS LAST ----- */ BC_NUMCURSORS, }; -- cgit v1.2.3