[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13316] branches/blender2.5/blender/source /blender/editors/include/BIF_glutil.h: * remove even more ^M's

Nathan Letwory jesterking at letwory.net
Sun Jan 20 22:39:00 CET 2008


Revision: 13316
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13316
Author:   jesterking
Date:     2008-01-20 22:39:00 +0100 (Sun, 20 Jan 2008)

Log Message:
-----------
* remove even more ^M's

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/include/BIF_glutil.h

Modified: branches/blender2.5/blender/source/blender/editors/include/BIF_glutil.h
===================================================================
--- branches/blender2.5/blender/source/blender/editors/include/BIF_glutil.h	2008-01-20 21:37:39 UTC (rev 13315)
+++ branches/blender2.5/blender/source/blender/editors/include/BIF_glutil.h	2008-01-20 21:39:00 UTC (rev 13316)
@@ -33,9 +33,9 @@
 
 void fdrawline(float x1, float y1, float x2, float y2);
 void fdrawbox(float x1, float y1, float x2, float y2);
-void sdrawline(short x1, short y1, short x2, short y2);
+void sdrawline(short x1, short y1, short x2, short y2);
 void sdrawtri(short x1, short y1, short x2, short y2);
-void sdrawtrifill(short x1, short y1, short x2, short y2, float r, float g, float b);
+void sdrawtrifill(short x1, short y1, short x2, short y2, float r, float g, float b);
 void sdrawbox(short x1, short y1, short x2, short y2);
 
 void sdrawXORline(int x0, int y0, int x1, int y1);





More information about the Bf-blender-cvs mailing list