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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-10-12 00:56:26 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-10-12 00:56:26 +0400
commite32a73f69ec42df290ea0d6fa71c2cd675044dd8 (patch)
treeb37a9daba5b0f375d0e6a6efd474fd8a4eef4418 /source/blender/src/header_nla.c
parent95ce9b93bee846034e58710ab05c9adc685cf5b8 (diff)
Fixing header*** files to use tabs instead of spaces (was my fault, sorry).
Diffstat (limited to 'source/blender/src/header_nla.c')
-rw-r--r--source/blender/src/header_nla.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/source/blender/src/header_nla.c b/source/blender/src/header_nla.c
index 7f6dcb198c2..c218bd7beed 100644
--- a/source/blender/src/header_nla.c
+++ b/source/blender/src/header_nla.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
* All rights reserved.
@@ -73,28 +73,28 @@
void do_nla_buttons(unsigned short event)
{
- View2D *v2d;
-
- switch(event){
- case B_NLAHOME:
- // Find X extents
- v2d= &(G.snla->v2d);
-
- v2d->cur.xmin = G.scene->r.sfra;
- v2d->cur.ymin=-SCROLLB;
-
-// if (!G.saction->action){
- v2d->cur.xmax=G.scene->r.efra;
-// }
-// else
-// {
-// v2d->cur.xmax=calc_action_length(G.saction->action)+1;
-// }
-
- test_view2d(G.v2d, curarea->winx, curarea->winy);
- addqueue (curarea->win, REDRAW, 1);
- break;
- }
+ View2D *v2d;
+
+ switch(event){
+ case B_NLAHOME:
+ // Find X extents
+ v2d= &(G.snla->v2d);
+
+ v2d->cur.xmin = G.scene->r.sfra;
+ v2d->cur.ymin=-SCROLLB;
+
+// if (!G.saction->action){
+ v2d->cur.xmax=G.scene->r.efra;
+// }
+// else
+// {
+// v2d->cur.xmax=calc_action_length(G.saction->action)+1;
+// }
+
+ test_view2d(G.v2d, curarea->winx, curarea->winy);
+ addqueue (curarea->win, REDRAW, 1);
+ break;
+ }
}
void nla_buttons(void)